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
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
YouTube
Why Python developers just use Postgres with Dawn Wages | Talking Postgres Ep25
When I found out that Django developer and Python Software Foundation chair Dawn Wages has a chapter in her upcoming Domain-Driven Django book called “Just Use Postgres”, I knew we had to get her on the show. In this episode of Talking Postgres with Claire…
👍1
Self-contained Python scripts with uv
http://blog.dusktreader.dev/2025/03/29/self-contained-python-scripts-with-uv/
http://blog.dusktreader.dev/2025/03/29/self-contained-python-scripts-with-uv/
Pydantic Evals
Pydantic Evals
Brand new package from David Montague and the Pydantic AI team which directly ...
https://simonwillison.net/2025/Apr/1/pydantic-evals/#atom-tag
Pydantic Evals
Brand new package from David Montague and the Pydantic AI team which directly ...
https://simonwillison.net/2025/Apr/1/pydantic-evals/#atom-tag
Simon Willison’s Weblog
Pydantic Evals
Brand new package from the Pydantic AI team which directly tackles what I consider to be the single hardest problem in AI engineering: building evals to determine if your LLM-based …
Using uv and PEP 723 for Self-Contained Python Scripts
https://thisdavej.com/share-python-scripts-like-a-pro-uv-and-pep-723-for-easy-deployment/
https://thisdavej.com/share-python-scripts-like-a-pro-uv-and-pep-723-for-easy-deployment/
Thisdavej
Share Python Scripts Like a Pro: uv and PEP 723 for Easy Deployment
We all love Python’s comprehensive standard library, but let’s face it – PyPI’s wealth of packages often becomes essential. Sharing single-file, self-contained Python scripts that rely on these external tools can be a headache. Historically, we’ve relied…
Matlab's variable explorer is amazing. What's pythons closest?
https://www.reddit.com/r/Python/comments/1jb1gzp/matlabs_variable_explorer_is_amazing_whats/
https://www.reddit.com/r/Python/comments/1jb1gzp/matlabs_variable_explorer_is_amazing_whats/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
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/
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
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
YouTube
I Let Python Pick My March Madness Bracket - Bracket Simulation Tutorial
In this video, we'll be creating a March Madness bracket simulator using Python. We'll build a program that simulates tournament games with realistic probabilities based on team seeds, allowing for both expected outcomes and potential upsets. The tutorial…
coredumpy
coredumpy saves your crash site for post-mortem debugging
https://github.com/gaogaotiantian/coredumpy
coredumpy saves your crash site for post-mortem debugging
https://github.com/gaogaotiantian/coredumpy
GitHub
GitHub - gaogaotiantian/coredumpy: coredumpy saves your crash site for post-mortem debugging
coredumpy saves your crash site for post-mortem debugging - gaogaotiantian/coredumpy
If-if-if or If-elif-elif when each condition is computationally expensive?
https://www.reddit.com/r/learnpython/comments/1jeapm0/ififif_or_ifelifelif_when_each_condition_is/
https://www.reddit.com/r/learnpython/comments/1jeapm0/ififif_or_ifelifelif_when_each_condition_is/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
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/
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/
Duolingo Blog
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!