<?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 Pika Tech</title>
    <link>https://blog.pika-tech.com/categories/python/</link>
    <description>Recent content in Python on Pika Tech</description>
    <generator>Hugo -- 0.147.1</generator>
    <language>en</language>
    <lastBuildDate>Mon, 29 Sep 2025 09:19:58 +0800</lastBuildDate>
    <atom:link href="https://blog.pika-tech.com/categories/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Real Concurrency in Python 3.14: InterpreterPoolExecutor and Beyond</title>
      <link>https://blog.pika-tech.com/posts/interpreterpoolexecutor_and_beyond/</link>
      <pubDate>Mon, 29 Sep 2025 09:19:58 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/interpreterpoolexecutor_and_beyond/</guid>
      <description>See practical examples of true parallel execution combining async I/O and CPU-bound tasks using new Python features.</description>
    </item>
    <item>
      <title>The GIL Problem and What Changes in Python 3.13&#43;</title>
      <link>https://blog.pika-tech.com/posts/gil_changes_in_python/</link>
      <pubDate>Mon, 29 Sep 2025 09:18:53 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/gil_changes_in_python/</guid>
      <description>Understand how Python&amp;#39;s GIL limited CPU-bound concurrency and what free-threading and interpreter isolation improve.</description>
    </item>
    <item>
      <title>Asyncio vs Threads: Avoiding I/O Blocking in Modern Python</title>
      <link>https://blog.pika-tech.com/posts/asyncio_vs_threads/</link>
      <pubDate>Mon, 29 Sep 2025 09:18:02 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/asyncio_vs_threads/</guid>
      <description>Learn why blocking calls like `requests.get()` break async code and how to use proper non-blocking libraries.</description>
    </item>
    <item>
      <title>My First PyCon Talk: From PyTorch to ONNX</title>
      <link>https://blog.pika-tech.com/posts/fast-version/</link>
      <pubDate>Fri, 09 May 2025 23:59:19 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/fast-version/</guid>
      <description>Personal journey of submitting my first PyCon TW talk: building an efficient image classification API from PyTorch to ONNX. Learn how AI tools (ChatGPT &amp;amp; Cursor) helped me prepare, from zero frontend experience to a complete demo project.</description>
    </item>
    <item>
      <title>Tech Share Uv</title>
      <link>https://blog.pika-tech.com/posts/tech-share-uv/</link>
      <pubDate>Mon, 05 May 2025 21:39:10 +0800</pubDate>
      <guid>https://blog.pika-tech.com/posts/tech-share-uv/</guid>
      <description>Why I switched from Anaconda to uv: discover the lightning-fast Python package manager built in Rust. Learn how uv solves dependency management pain points, speeds up development, and provides a cleaner alternative to traditional Python environment tools.</description>
    </item>
  </channel>
</rss>
