PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Effective Python Async like a PRO

See some common mistakes when writing Python Async and learn how to avoid them to increase your code's performance.

https://guicommits.com/effective-python-async-like-a-pro/
PyPI malware creators are starting to employ Anti-Debug techniques

First time anti-debug techniques are discovered in PyPI malware. Read how these techniques are implemented, including analysis and tips from JFrog Security Research.

https://jfrog.com/blog/pypi-malware-creators-are-starting-to-employ-anti-debug-techniques/
Numba: A High Performance Python Compiler

https://numba.pydata.org/
How virtual environment libraries work in Python

Have you ever wondered what happens when you activate a virtual environment and how it works ...

https://rushter.com/blog/python-virtualenv/