ニュース

筒井@ryu22eです。2023年最初の「Python Monthly Topics」は、Python 3.11の新機能Data Class Transforms(PEP 681)について解説します。
Python classes can make your code more complicated than necessary. So when should you use classes, and when should you use standard functions instead?