Skip to content

📡 Python radar - March 2022

A personal selection of Python-related news and projects that caught my attention this month (note: leading emojis are mine).

📝 Python Design Patterns (python-patterns.guide)
A comprehensive guide to design patterns adapted for the Python language by an eminent Pythonista.

📚 Python built-in functions to know (treyhunner.com)
A useful and thorough review of Python's built-in functions, classified by usefulness (according to the author).

🎥 Manim Community (manim.community)
A library to create mathematical animations, nice.

🛠️ Ryven - Flow-based visual scripting for Python (ryven.org)
A framework for editing and running visual workflows.

Speed up your pandas/python code by 2500x... (youtu.be)
A short video demonstrating the power of vectorized operations on Pandas DataFrames.

🐍 Python 3.11 Preview: Even Better Error Messages (realpython.com)
A detailed article on the improvement of error messages in the upcoming version of Python.

🌐 Jupyter Everywhere (blog.jupyter.org)
Introduction to JupyterLite, a distribution of Jupyter entirely in the browser, including the Python kernel!

📦 Python finally offloads some batteries (lwn.net)
The Python standard library will be lightened (but you’ve probably never heard of these modules).

💡 LPT: Pandas DataFrames have a "to_clipboard" method (reddit.com)
A small Reddit post with a useful "tip".