๐ก Python radar - December 2022
A personal selection of Python-related news and projects that caught my attention this month (note: leading emojis are mine).
โ ๏ธ Itโs time to stop using Python 3.7 (pythonspeed.com)
Support for version 3.7 ends in June 2023! It's high time to migrate if you havenโt already. [EDIT 2025-01-20: original link broken, replaced by an Internet Archive link]
๐ฑ mlco2/codecarbon: Track emissions from Compute (github.com)
A nice find that allows you to evaluate and track the carbon footprint of your running Python code, a good tool to integrate eco-design into your development practice?
๐ PyArrow and the future of data analytics (youtube.com)
An informative presentation of the capabilities of PyArrow, the "Swiss knife of data," compatible with various technologies including Numpy and Pandas.
๐ก๏ธ DataDog/guarddog: GuardDog is a CLI tool to Identify malicious PyPI packages (github.com)
Continuing the recent updates on malicious PyPI packages, hereโs a tool to help protect against them.