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.

you are viewing a single comment's thread
view the rest of the comments
[-] 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
55 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