PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
PDM

PDM is a modern Python package manager with PEP 582 support. It installs and manages packages in a similar way to npm that doesn't need to create a virtualenv at all.

https://pdm.fming.dev/
Simple Multiprocessing In Python: Comparing core vs libraries

A demonstration of Python's concurrent processing and comparison to external third-party libraries like loky, ray, and pathos.

https://cosmiccoding.com.au/tutorials/multiprocessing
Python and Malware: Developing Stealth and Evasive Malware Without Obfuscation

https://arxiv.org/pdf/2105.00565.pdf
Dynamically Update Your Flask Web Pages Using Turbo-Flask

How can you update a part of a web page dynamically, without the user having to hit the refresh button on the browser? This article introduces you to Turbo-Flask extension, which will allow your Flask application to easily push asynchronous page updates to the browser, without having to write any JavaScript code.

https://blog.miguelgrinberg.com/post/dynamically-update-your-flask-web-pages-using-turbo-flask
A guide to load (almost) anything into a DataFrame

Pandas provides so many options of reading data into a DataFrame, here's our short guide to ones that we found most useful.

https://gretel.ai/blog/a-guide-to-load-almost-anything-into-a-dataframe