PythonHub
2.41K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
7 Tips To Structure Your Python Data Science Projects

This video will cover 7 tips to streamline the structure of your Python data science projects. With the right setup and thoughtful software design, you'll be able to modify and enhance your projects more efficiently.

https://www.youtube.com/watch?v=xVuqDBCQAYc
Python obfuscation traps

In the realm of software development, open-source tools and packages play a pivotal role in simplifying tasks and accelerating development processes. Yet, as the community grows, so does the number of bad actors looking to exploit it. A recent example involves developers being targeted by seemingly legitimate Python obfuscation packages that harbor malicious code.

https://checkmarx.com/blog/python-obfuscation-traps/
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