16

TL;DR Over the last several years, tools like uv, Pydantic, FastAPI, and type hints have made Python DX feel as modern as TypeScript, with similar performance and type safety.

top 2 comments
sorted by: hot top controversial new old
[-] logging_strict@programming.dev 2 points 2 weeks ago

Great read. Enjoyed the comparison between JS and Python.

Had to guess DX means developer experience. Hey i live in a hut on the moon. We don't have youtube.

[-] logging_strict@programming.dev 1 points 2 weeks ago

btw use mypy AND pyright. The OP writes, mypy OR pyright.

mypy -- chokes on excessive number of overloads. Annoyingly runs forever.

pyright -- more verbose; finds issues mypy never will

So when mypy broke had to use pyright. Then fixed mypy by ignoring a module and some configuration voodoo.

this post was submitted on 20 Dec 2025
16 points (100.0% liked)

Python

7662 readers
59 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS