ニュース
PEP 636のTutorial で素振りしたり、 言語リファレンスのmatch文の項目 を読んでみたりすると、 パターンマッチに習熟できそうですね。 パターンマッチを使ったコードを書くのが楽しみになるキーノートでした!
今月から「Python Monthly Topics」と題して、毎月Python関連の話題になったトピックやツール、ライブラリなどを紹介していきたいと思います。第1回目はPython 3.10の新機能「構造化パターンマッチング(Structural Pattern Matching)」について紹介します。
1.パターンマッチ構文 他の言語にはあったswitch文がPythonにはこれまでなく、if文の条件分岐で対応してきました。
同サービスは今回Pythonバージョン3.10をサポートし、 構造的なパターンマッチ 、 エラーメッセージの改善 、 パフォーマンスの向上 を含んでいる。
One of the major new developments planned for Python 3.10 (due in October) is structural pattern matching syntax, which is a common feature in many other languages.
A proposal under consideration by Python’s development team would finally bring pattern matching statements to the language.
We have a surprising amount to say about Python’s addition of the match statement (not be be confused with switch statements).
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする