PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
NetworkX 3.0 - create, manipulate, and study complex networks in Python

https://networkx.org/documentation/stable/release/release_3.0.html
Plone 6

The Python CMS Plone has a new version 6.0 after 3.5 years of work. It offers modern user experience built on a rock solid foundation.

https://plone.org/news-and-events/news/2022/plone-6-0-released
Lazy Evaluation Using Recursive Python Generators

We all are familiar with Python's generators and all their benefits. But, what if I told you that we can make them even better by combining them with recursion? So, let's see how we can use them to implement "lazy recursion" and supercharge what we already do with generators in Python!

https://martinheinz.dev/blog/88
Structured Logging with Structlog

An introduction to structured logging and its advantages using the structlog package for Python.

https://bitestreams.com/blog/structured_logging/
Illustrated Machine Learning

Whether you're just starting out in the field or you're a seasoned professional looking to refresh your knowledge, we hope our illustrations will be a valuable resource on your journey to understanding Machine Learning.

https://illustrated-machine-learning.github.io/