PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Show HN: Jeeves – A Pythonic Alternative to GNU Make

https://jeeves.sh
Do not use requirements.txt

This post discusses the limitations of using requirements.txt for package management in Python projects. The author suggests using Poetry instead, which is a package manager that simplifies dependency management and provides additional features such as virtual environments and lock files.

https://quanttype.net/posts/2023-10-31-do-not-use-requirements.txt.html
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