PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Protocol Types in Python 3.8

A quick introduction to the new Protocol class in Python 3.8 and how it enables structural typing.

https://auth0.com/blog/protocol-types-in-python/
plan2scene

Converting floor plans to 3D scenes.

https://3dlg-hcvc.github.io/plan2scene/
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/