π‘ Python radar - October 2022
A personal selection of Python-related news and projects that caught my attention this month (note: leading emojis are mine).
π Python 3.11: Cool New Features for You to Try (realpython.com)
A new version of Python was released this month, and this article details the main new features, including much more intelligible exceptions and better execution performance.
π Python CLI Tricks That Donβt Require Any Code Whatsoever (medium.com)
Here's a list of small tools provided by Python that can be used directly from the command line without writing any code, quite handy sometimes.
π GitHub - Textualize/textual: Textual is a TUI (Text User Interface) framework for Python (github.com)
Here's another way to create interactive Python applications using the resources of a simple terminal.