nikkie-ftnextの日記

イベントレポートや読書メモを発信

#PythonFukuoka でcore developerのDonghee Naさんに会える! 当日に向けたこれまでの実績予習リスト

はじめに

七尾百合子さん、お誕生日 245日目 おめでとうございます! nikkieです。

今週金曜日のワクワクする機会に向けた予習一歩目です

目次

11/21(金) Python Meetup Fukuoka #5

lycorptech-fukuoka.connpass.com

Pythonコアデベロッパーであり、Pythonの開発をリードするSteering Councilメンバーの一人であるDonghee Naさんが登壇します!直接質問のできる貴重なチャンスをお見逃しなく!!

当日は現地にて日本語↔️英語の通訳を提供します、ご利用される場合はZoomが利用できる端末(ノートPC、スマートフォン)とイヤホンをお持ちください

前回#4に引き続き、東京から参加します!
Donghee Naさんに質問できるようなので(事前質問募集)、Deep Researchを使って積ん読リストを作って準備します。

Donghee Naさん

Twitterから最近はPEP 814

2020年までの実績

core developer への promote にあたり、まとめられています

He is contributing to Python since August 2017 and is now the 4th most active developer.

logging.basicConfig(force=True)、ありがとう...

サードパーティライブラリが(本当はいけないのに1)ルートロガーにハンドラを取り付けている場合に、大変重宝しています

LLVM-BOLT optimiser

2023年の Python Language Summit でのライトニングトークを発見

CPython Core Developer Dong-hee Na gave a short presentation on the LLVM-BOLT optimiser, arguing that we should support it as a standard feature of CPython.

faster-cpython2 の中で取り組まれたんですね

直近:free-thread Python の改善

https://docs.python.org/ja/3/whatsnew/3.14.html#free-threaded-mode-improvements の「Contributed by」にお名前が挙がっています

CPython's free-threaded mode (PEP 703), initially added in 3.13, has been significantly improved in Python 3.14.

For now, it only checks whether the Top 1000 PyPI packages can be installed on Free-threaded CPython, but it still gives a reasonably accurate view of what builds successfully.

https://discuss.python.org/t/pep-779-criteria-for-supported-status-for-free-threaded-python/84319/123

The Steering Council (SC) approves PEP 779, with the effect of removing the “experimental” tag from the free-threaded build of Python 3.14.

PyCon US 2025でも

終わりに

Donghee Naさん、めちゃめちゃ実績がある方だと思うのでここにあるのはごくごく一部ですが、11/21(金)のPython Meetup Fukuoka #5で直接お会いする前の予習リストを作りました。

  • logging.basicConfig()、ありがとう...
  • Python 3.14 では free-threading に関わられている

英語リスニングはめちゃめちゃ苦手ですが、折角の機会なので挑戦するのみです!
(当日心が折れるかもしれないので、自分向けに書いておきます。できる!!)


  1. PyCon JP 2025でお伝えしたとおりです。https://ftnext.github.io/2025-slides/pyconjp/stdlib-logging-kata.html#/20
  2. なお現状