
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s tech blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, distributed training, and data engineering.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Sat, 16 May 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/free-threaded/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/culture/2026-05-16-modern-python-2026-python-3-13-3-14-free-threaded-uv-ruff-polars-fastapi-litestar-robyn-deep-dive.en</guid>
    <title>Modern Python in 2026 — Python 3.13 / 3.14 / free-threaded / uv / Ruff / Polars 1.0 / FastAPI / Litestar / Robyn deep-dive</title>
    <link>https://www.youngju.dev/blog/culture/2026-05-16-modern-python-2026-python-3-13-3-14-free-threaded-uv-ruff-polars-fastapi-litestar-robyn-deep-dive.en</link>
    <description>In 2026 Python is the first time in 30 years that the language has crossed two huge inflection points at once. The first is the language itself — Python 3.13 brought the free-threaded preview and the JIT preview, and 3.14 promoted free-threaded to stable, finally making a GIL-less Python a production option. The second is the Astral-led tooling revolution — uv is effectively replacing pip/poetry/pipenv, Ruff has absorbed flake8/black/isort, and ty is going after mypy/pyright. Add Polars 1.0 reinventing the DataFrame, Pydantic v2.10 with its Rust core, an ASGI ecosystem fragmenting across FastAPI/Litestar/Robyn/Quart/Sanic/BlackSheep, and the classic robustness of Django 5.x — this article does a deep sweep of the full 2026 modern Python stack.</description>
    <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>python</category><category>python-3-13</category><category>python-3-14</category><category>free-threaded</category><category>jit</category><category>pep-703</category><category>uv</category><category>ruff</category><category>ty</category><category>astral</category><category>polars</category><category>pandas</category><category>pydantic</category><category>fastapi</category><category>litestar</category><category>robyn</category><category>quart</category><category>django</category><category>2026</category><category>deep-dive</category><category>english</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/culture/2026-05-16-modern-python-2026-python-3-13-3-14-free-threaded-uv-ruff-polars-fastapi-litestar-robyn-deep-dive.ja</guid>
    <title>モダン Python 2026 — Python 3.13 / 3.14 / free-threaded / uv / Ruff / Polars 1.0 / FastAPI / Litestar / Robyn 徹底ガイド</title>
    <link>https://www.youngju.dev/blog/culture/2026-05-16-modern-python-2026-python-3-13-3-14-free-threaded-uv-ruff-polars-fastapi-litestar-robyn-deep-dive.ja</link>
    <description>2026年の Python は、30年に一度といえる二つの大きな変曲点を同時に通過した言語になった。一つは言語自体の変化 — Python 3.13 の free-threaded preview と JIT preview、そして 3.14 で free-threaded が stable に昇格し、GIL のない Python がようやく本番選択肢になった。もう一つは Astral 主導のツール革命 — uv が pip/poetry/pipenv を事実上置き換え、Ruff が flake8/black/isort を統合し、ty が mypy/pyright の座を狙う。さらに Polars 1.0 のデータフレーム再発明、Pydantic v2.10 の Rust コア検証、FastAPI/Litestar/Robyn/Quart/Sanic/BlackSheep に多元化したウェブフレームワーク、そして Django 5.x のクラシックな堅牢さまで — この記事は 2026 年のモダン Python スタック全体を深く俯瞰する。</description>
    <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>python</category><category>python-3-13</category><category>python-3-14</category><category>free-threaded</category><category>jit</category><category>pep-703</category><category>uv</category><category>ruff</category><category>ty</category><category>astral</category><category>polars</category><category>pandas</category><category>pydantic</category><category>fastapi</category><category>litestar</category><category>robyn</category><category>quart</category><category>django</category><category>2026</category><category>deep-dive</category><category>日本語</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/culture/2026-05-16-modern-python-2026-python-3-13-3-14-free-threaded-uv-ruff-polars-fastapi-litestar-robyn-deep-dive</guid>
    <title>모던 Python 2026 — Python 3.13 / 3.14 / free-threaded / uv / Ruff / Polars 1.0 / FastAPI / Litestar / Robyn 심층 가이드</title>
    <link>https://www.youngju.dev/blog/culture/2026-05-16-modern-python-2026-python-3-13-3-14-free-threaded-uv-ruff-polars-fastapi-litestar-robyn-deep-dive</link>
    <description>2026년의 Python은 30년 만에 처음으로 두 개의 거대한 변곡점을 동시에 통과한 언어가 되었다. 하나는 언어 자체의 변화 — Python 3.13의 free-threaded preview와 JIT preview, 그리고 3.14에서 free-threaded가 stable로 승격되며 비로소 GIL 없는 Python이 프로덕션 옵션이 된 것. 다른 하나는 Astral이 주도한 도구 혁명 — uv가 pip/poetry/pipenv를 사실상 대체하고, Ruff가 flake8/black/isort를 통합하고, ty가 mypy/pyright의 자리를 노린다. 거기에 Polars 1.0의 데이터프레임 재발명, Pydantic v2.10의 Rust 코어 검증, FastAPI/Litestar/Robyn/Quart/Sanic/BlackSheep로 다원화된 웹 프레임워크, 그리고 Django 5.x의 클래식한 견고함까지 — 이 글은 2026년 모던 Python 스택 전체를 깊게 훑는다.</description>
    <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>python</category><category>python-3-13</category><category>python-3-14</category><category>free-threaded</category><category>jit</category><category>pep-703</category><category>uv</category><category>ruff</category><category>ty</category><category>astral</category><category>polars</category><category>pandas</category><category>pydantic</category><category>fastapi</category><category>litestar</category><category>robyn</category><category>quart</category><category>django</category><category>2026</category><category>deep-dive</category>
  </item>

    </channel>
  </rss>
