PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Querying every file in every release on the Python Package Index

This is an article about querying a dataset of Python package information. It discusses how to download the dataset and what information it contains. The dataset can be used to answer questions about Python package trends. For example, it can be used to track the adoption of new packaging metadata standards.

https://sethmlarson.dev/security-developer-in-residence-weekly-report-18
Ask HN: How to get back to programming Python?

https://news.ycombinator.com/item?id=38268462
Let’s create a Python Debugger together

Have you ever wondered how debuggers work? What happens when you set a breakpoint and hit it later? Debuggers are tools that we as developers use daily in our work, but few know how they are actually implemented. Here is a 4-part series on writing a Python debugger from scratch.

https://mostlynerdless.de/blog/2023/09/20/lets-create-a-python-debugger-together-part-1/