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

An open source Python package that generates hardware pinout diagrams as SVG images.

https://github.com/j0ono0/pinout
Python Web Conf 2021 Videos

The videos of the talks and tutorials from Python Web Conf 2021 are now available.

https://www.youtube.com/playlist?list=PLt4L3V8wVnF4iB8pGfkR7eozIJPwCM7vv
Measuring memory usage in Python: it’s tricky!

In this article you’ll learn: A simplified but informative model of how memory works, Two measures of memory–resident memory and allocated memory–and how to measure them in Python and The tradeoffs between the two.

https://pythonspeed.com/articles/measuring-memory-python/
The best Python HTTP clients for 2021

There are a huge number of HTTP clients available for Python - a quick search for “Python HTTP Clients” on Github returns over 1700 results(!) How do you make sense of all of them and find one which is right for your particular use case? In this article we're going to cover five of the best HTTP clients currently available for Python and detail why each of them might be one for you to consider.

https://www.scrapingbee.com/blog/best-python-http-clients/