PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
I scanned every package on PyPi and found 57 live AWS keys

https://tomforb.es/i-scanned-every-package-on-pypi-and-found-57-live-aws-keys/
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