<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Python on DevFlow</title>
    <link>https://dev-flow.io/en/tags/python/</link>
    <description>Recent content in Python on DevFlow</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 04 May 2026 16:00:00 +0000</lastBuildDate>
    <atom:link href="https://dev-flow.io/en/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HATEOAS: Your REST API Might Just Be CRUD</title>
      <link>https://dev-flow.io/en/posts/api-rest-hateoas/</link>
      <pubDate>Mon, 04 May 2026 16:00:00 +0000</pubDate>
      <guid>https://dev-flow.io/en/posts/api-rest-hateoas/</guid>
      <description>HATEOAS is the most ignored REST constraint. Without links in your responses, you&amp;#39;re doing CRUD over HTTP, not REST. Here&amp;#39;s what it changes in practice.</description>
    </item>
    <item>
      <title>Django Window Functions vs GROUP BY: Chainable QuerySets</title>
      <link>https://dev-flow.io/en/posts/django-window-group-by/</link>
      <pubDate>Mon, 04 May 2026 14:00:00 +0000</pubDate>
      <guid>https://dev-flow.io/en/posts/django-window-group-by/</guid>
      <description>Master Django Window Functions vs GROUP BY: keep your rows intact, chain filter() and select_related() without losing your data.</description>
    </item>
    <item>
      <title>Django in_bulk(): why it beats filter() for bulk lookups</title>
      <link>https://dev-flow.io/en/posts/django-in-bulk/</link>
      <pubDate>Mon, 04 May 2026 12:00:00 +0000</pubDate>
      <guid>https://dev-flow.io/en/posts/django-in-bulk/</guid>
      <description>in_bulk() is a Django ORM method that returns a dict {id: instance} in a single SQL query. O(1) access, zero N&#43;1, ideal for imports and DDD patterns.</description>
    </item>
    <item>
      <title>Why a blog about Python, Django and FastAPI?</title>
      <link>https://dev-flow.io/en/posts/why-this-blog/</link>
      <pubDate>Mon, 04 May 2026 08:00:00 +0000</pubDate>
      <guid>https://dev-flow.io/en/posts/why-this-blog/</guid>
      <description>A Python backend development blog covering Django, DRF, FastAPI and Flask. Real-world insights and best practices — not generic tutorials.</description>
    </item>
  </channel>
</rss>
