PyCon TW
關於
PyCon Taiwan
研討會歷史
在地社群
行為準則
投稿
投稿募集
如何投稿海報
如何投稿演講
如何投稿專業課程
錄影釋出
時間表
議程總覽
議程
主題演講
一般演講
專業課程
活動
衝刺開發
贊助
購票
購票資訊
財務補助
投稿系統
中文
EN
中文
PyCon TW
中文
EN
中文
+
時間表
Day 1 (9/6)
Day 2 (9/7)
R0
R1
R2
R3
R4
Sprint / OST
Tutorial
Young / Post
An Introduction to the GIL for Python Beginners: Disabling It in Python 3.13 and Leveraging Concurrency
by Yu Saito
02:50 ~ 03:20 (UTC)
Story About the Python GIL - its existance and the lack there of
by Cheuk Ting Ho
03:30 ~ 04:00 (UTC)
AST Black Magic: Run synchronous Python code on asynchronous Pyodide
by Yuichiro Tachibana
05:20 ~ 05:50 (UTC)
Python FFI 的陰暗角落
by scc
06:00 ~ 06:30 (UTC)
當科技走進球場:21世紀運動數據科技的發展與創新
by 林滿新
01:40 ~ 02:40 (UTC)
Text-Driven Image Cropping with Deep Learning and Genetic Algorithm
by Mazer
02:50 ~ 03:20 (UTC)
我不是 DJ,我只是用 Python 做了一個會聽歌的工具
by 羅經凱
03:30 ~ 04:00 (UTC)
玩轉擴散模型,打造專屬美感 QR Code
by Jiawei
05:20 ~ 06:05 (UTC)
Automate the External Boring Stuff with Python: Exploring Model Context Protocol (MCP)
by Ryosuke Tanno
06:15 ~ 06:45 (UTC)
Rediscovering Parquet in Python — From CSV Pain to Columnar Gain
by Josix
02:50 ~ 03:20 (UTC)
From Heavy to Speedy: Boosting OLAP Performance with Spark Variant Shredding
by Castle Cheng
03:30 ~ 04:00 (UTC)
Unlocking the Future of Data Pipelines - Apache Airflow 3
by 李唯 (Wei Lee)
05:20 ~ 05:50 (UTC)
Apache Airflow: Synchronizing Datasets across Multiple instances
by Sebastien Crocquevieille
06:00 ~ 06:45 (UTC)
Building Cross-Platform Apps in Python with Flet
by Cyrus Mante
02:50 ~ 03:20 (UTC)
Zero to Auto Docs: Using Python to Generate and Deploy Static Sites
by Daniel Gau
03:30 ~ 03:45 (UTC)
How to write an easy to use, interactive physics/science/engineering simulator leveraging ctypes, numba, tkinter and scipy.ndimage + PIL
by 黃亭皓
05:20 ~ 05:50 (UTC)
From topography to process: A Python toolkit for landscape evolution analysis
by Ricarido Saturay
06:00 ~ 06:45 (UTC)
Spell it with Sign Language: An Asl Typing Game with MediaPipe
by Ethan Chang
02:50 ~ 03:05 (UTC)
Helping K-12 Students Write Their First Line of Python: Building a Game-Based Learning Platform with Pygame - KangaCode
by Chieh-Hung (Jeff) Cheng
03:15 ~ 04:00 (UTC)
使用 python reflex 作 AI 落地應用開發
by Milo Chen
02:50 ~ 04:20 (UTC)
Efficient Query Routing using Agentic RAG
by Tarun Jain
05:20 ~ 06:50 (UTC)
01:40
當科技走進球場:21世紀運動數據科技的發展與創新
by 林滿新
01:40 ~ 02:40 (UTC)
02:50
R3
An Introduction to the GIL for Python Beginners: Disabling It in Python 3.13 and Leveraging Concurrency
by Yu Saito
02:50 ~ 03:20 (UTC)
R0
Text-Driven Image Cropping with Deep Learning and Genetic Algorithm
by Mazer
02:50 ~ 03:20 (UTC)
R1
Rediscovering Parquet in Python — From CSV Pain to Columnar Gain
by Josix
02:50 ~ 03:20 (UTC)
R2
Building Cross-Platform Apps in Python with Flet
by Cyrus Mante
02:50 ~ 03:20 (UTC)
R4
Spell it with Sign Language: An Asl Typing Game with MediaPipe
by Ethan Chang
02:50 ~ 03:05 (UTC)
Tutorial
使用 python reflex 作 AI 落地應用開發
by Milo Chen
02:50 ~ 04:20 (UTC)
03:15
R4
Helping K-12 Students Write Their First Line of Python: Building a Game-Based Learning Platform with Pygame - KangaCode
by Chieh-Hung (Jeff) Cheng
03:15 ~ 04:00 (UTC)
03:30
R3
Story About the Python GIL - its existance and the lack there of
by Cheuk Ting Ho
03:30 ~ 04:00 (UTC)
R0
我不是 DJ,我只是用 Python 做了一個會聽歌的工具
by 羅經凱
03:30 ~ 04:00 (UTC)
R1
From Heavy to Speedy: Boosting OLAP Performance with Spark Variant Shredding
by Castle Cheng
03:30 ~ 04:00 (UTC)
R2
Zero to Auto Docs: Using Python to Generate and Deploy Static Sites
by Daniel Gau
03:30 ~ 03:45 (UTC)
05:20
R3
AST Black Magic: Run synchronous Python code on asynchronous Pyodide
by Yuichiro Tachibana
05:20 ~ 05:50 (UTC)
R0
玩轉擴散模型,打造專屬美感 QR Code
by Jiawei
05:20 ~ 06:05 (UTC)
R1
Unlocking the Future of Data Pipelines - Apache Airflow 3
by 李唯 (Wei Lee)
05:20 ~ 05:50 (UTC)
R2
How to write an easy to use, interactive physics/science/engineering simulator leveraging ctypes, numba, tkinter and scipy.ndimage + PIL
by 黃亭皓
05:20 ~ 05:50 (UTC)
Tutorial
Efficient Query Routing using Agentic RAG
by Tarun Jain
05:20 ~ 06:50 (UTC)
06:00
R3
Python FFI 的陰暗角落
by scc
06:00 ~ 06:30 (UTC)
R1
Apache Airflow: Synchronizing Datasets across Multiple instances
by Sebastien Crocquevieille
06:00 ~ 06:45 (UTC)
R2
From topography to process: A Python toolkit for landscape evolution analysis
by Ricarido Saturay
06:00 ~ 06:45 (UTC)
06:15
R0
Automate the External Boring Stuff with Python: Exploring Model Context Protocol (MCP)
by Ryosuke Tanno
06:15 ~ 06:45 (UTC)