The March 2022 release of the Python Extension for Visual Studio Code is now available. This is a short release as during the past month our team has largely focused on features and changes that will be landing in the next couple of releases. (more…)
Read more »
PEP 622 proposes adding a pattern matching construct to Python. Pattern matching allows the programmer to destructure data with a syntax that mirrors the construction syntax. The proposal brings Python in-line with many other modern programming languages,... (more…)
Read more »
Python logging made (stupidly) simple. Contribute to Delgan/loguru development by creating an account on GitHub. (more…)
Read more »
Grep Python Abstract Syntax Trees (AST) using XPath - GitHub - spookylukey/pyastgrep: Grep Python Abstract Syntax Trees (AST) using XPath... (more…)
Read more »
How to use entry points as a modular plug-in architecture, to let other Python packages interact or add abilities at runtime. (more…)
Read more »