ニュース

・エンジニアを仕事にはしていないけどPython使っている人 ・趣味でPython使っている程度でいまいちtypingの必要性が感じられない人 (私はこれでした) にtypingをする目的が伝わればいいなと思い書きました。 経緯 私は7年趣味でPythonでアプリを開発してました。
筒井@ryu22eです。2023年5月の「Python Monthly Topics」のテーマは、Python 3.11からtypingモジュールに追加された「assert_never関数、Never型」です。
Python 3. 12の新機能 「PEP 692 – Using TypedDict for more precise kwargs typing」で kwargs引数にTypedDictで型を付けられる Python 3. 12で追加されたPEP 692により、 TypedDict と Unpack を組み合わせることで **kwargs 引数に型を付けられるようになりました。
A touch typing trainer which allows you to load your own text. You can load an entire book if you want, and the program will have you type it from beginning to end, while highlighting your mistakes.