Python 3.15の新機能として追加された「モジュールの読み込みを必要な時点まで遅延するlazy import」と二重ループの構造を取る内包表記をより直感的に書けるようになる「内包表記でのアンパッキング」がどんなものかをちょっとコードを書いて調べてみました。
How to use the regular expression functions provided by the ‘re’ library to match, search, and replace text in your Python programs. Regular expressions, or “regex,” is a system for finding complex ...
鈴木たかのり (@takanory) です。今月の 「Python Monthly Topics」 では、2026年10月に正式版がリリース予定[1]のPython 3. 15の新機能から、lazy imports (遅延インポート) を紹介します。 lazy importsはPEP 810で提案された機能で、Python 3. 15で新機能として追加されます。