<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>FlyPython Guides</title>
    <link>https://flypython.com/learn</link>
    <description>Practical, verified guides for Python foundations, web APIs, automation, and reliable AI agents.</description>
    <language>en</language>
    <lastBuildDate>Mon, 31 Aug 2026 00:00:00 GMT</lastBuildDate>
    <item>
      <title>Build safe Python automation that can be retried</title>
      <link>https://flypython.com/learn/safe-retryable-python-automation</link>
      <guid isPermaLink="true">https://flypython.com/learn/safe-retryable-python-automation</guid>
      <description>Turn a repeated task into an observable Python workflow with explicit inputs, idempotent writes, bounded retries, checkpoints, and recovery evidence.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Design a small Python web API with explicit boundaries</title>
      <link>https://flypython.com/learn/python-web-api-boundaries</link>
      <guid isPermaLink="true">https://flypython.com/learn/python-web-api-boundaries</guid>
      <description>Plan a Python API around validated input, stable responses, timeouts, observable failures, and a deployment contract before choosing more infrastructure.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Build a dependable Python foundation with tests</title>
      <link>https://flypython.com/learn/python-foundations-with-tests</link>
      <guid isPermaLink="true">https://flypython.com/learn/python-foundations-with-tests</guid>
      <description>Learn a repeatable Python project loop built around isolated environments, explicit data contracts, failure cases, and standard-library tests.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Build a testable Python agent loop without an API key</title>
      <link>https://flypython.com/learn/python-ai-agent-roadmap</link>
      <guid isPermaLink="true">https://flypython.com/learn/python-ai-agent-roadmap</guid>
      <description>Build a small troubleshooting agent with bounded tools, validated actions, a complete trace, and automated tests using only the Python standard library.</description>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
