ニュース

「Python 3.11.0」が、予定より3週間遅れの10月24日に正式リリースされた。年次のメジャーバージョンアップで、「Python」の高速化プロジェクト ...
筒井@ryu22eです。2023年5月の「Python Monthly Topics」のテーマは、Python 3.11からtypingモジュールに追加された「assert_never関数、Never型」です。
Python 3.11 adds the LiteralString type for string constants, allowing functions to accept arbitrary literal strings such as Literal ['hoge'] and Literal ['foo'].