Love Pydantic and FastAPI, has made my life easier when creating APIs.
Nice article. Made a similar thing but with the simplest possible idea for Flask django and fastapi
it's worth noting that an ecosystem is being build around FastAPI by community. There are libs that enable fast CRUD API building, admin panels etc. I wonder if that becomes mature enough to be a valid replacement for Django.
As for asynchronuos programming I invite everyone to take a look at my recent post about bugs that can be introduced with async tltales.com/hazards-of-backend-async-ronization-i…
Wanted to add that Pydantic has helped me structure a lot of business logic code as well, and they become much more easy to document and maintain by people who didn’t develop it. There’s a lot of long-term value in terms of maintainability and this velocity of adding new features.
Raghuveer Sriraman
Data engineering | Machine Learning
This was great! I've been wondering if I should check out FastAPI and this gave me the push I needed, thanks!