PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
The most performant timestamp functions in Python: EXTENDED

Part 2 of different timestamp functions performance across Python versions and machine types. What is the fastest way to get the current time?

https://www.dataroc.ca/blog/most-performant-timestamp-functions-python-2
What's with ML software and pickles?

The article discusses the author's evolving perspective on the use of Python's pickle module in the machine learning ecosystem. It highlights the issues, security concerns, and brittleness associated with pickle, offering insights into the reasons behind its widespread usage and the challenges it addresses in the machine learning field.

https://blog.nelhage.com/post/pickles-and-ml
Querying every file in every release on the Python Package Index

This is an article about querying a dataset of Python package information. It discusses how to download the dataset and what information it contains. The dataset can be used to answer questions about Python package trends. For example, it can be used to track the adoption of new packaging metadata standards.

https://sethmlarson.dev/security-developer-in-residence-weekly-report-18