PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Why Python developers just use Postgres with Dawn Wages

This episode of Talking Postgres features Dawn Wages, chair of the Python Software Foundation, discussing why Python and Django developers favor PostgreSQL. They explore her "Just Use Postgres" philosophy, the Djangonaut Space mentoring program, and Python's strengths.

https://www.youtube.com/watch?v=leir3xJ4Klo
👍1
Architecture Patterns with Python

https://www.cosmicpython.com/book/preface.html
Plain – a web framework for building products with Python

https://plainframework.com/
We hacked Gemini's Python sandbox and leaked its source code (at least some)

https://www.landh.tech/blog/20250327-we-hacked-gemini-source-code/
I Let Python Pick My March Madness Bracket - Bracket Simulation Tutorial

This tutorial guides viewers through creating a Python program that simulates the March Madness tournament, using team seeds to generate realistic probabilities and predict potential upsets. The program utilizes Python's dataclasses and the random module to build a tournament function that determines the champion.

https://www.youtube.com/watch?v=4TFQD0ok5Ao
How we started our async python migration

Have you ever wanted to try an Async Python migration, but were unsure where to start? Read this post to find out!

https://blog.duolingo.com/async-python-migration/