๐ก Python radar - January/February 2024
A personal selection of Python-related news and projects that caught my attention this month (note: leading emojis are mine).
๐ TIL: Forcing pip to use virtualenv (feldroy.com)
A useful "Today I Learned" for protecting yourself from accidentally installing packages in your system's Python installation (like when you forget to activate your virtual environment...).
๐ Fastest Way to Read Excel in Python (hakibenita.com)
The author presents 6 tools/packages for quickly importing data from an Excel file... and in the end, Rust wins!
๐ Microdot: Yet Another Python Web Framework (miguelgrinberg.com)
A micro web framework with an API similar to Flask that runs on MicroPython, the implementation of Python for small devices/IoT.
๐งฎ NumPy 2 is coming: preventing breakage, updating your code (pythonspeed.com)
The arrival of NumPy 2 brings its own compatibility issues with the previous major version; this article provides tips to anticipate and prevent potential breakage.