PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
New major versions of Flask, Jinja, Click, and Werkzeug released!

This represents two years of work by the Pallets team and community, there are a significant number of changes and exciting new features. Check out the logs for every project to see what's new. Flask depends on the five other libraries, be sure to read them all if you're upgrading Flask.

https://palletsprojects.com/blog/flask-2-0-released/
Working with Docker and VSCode

Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo where he builds a basic Python FastAPI app with a Redis backend and a simple hit counter, adding Docker files in order to containerize it.

https://www.youtube.com/watch?v=wUUmRbXiIOo
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