|
|
|
|
|
by named-user
1684 days ago
|
|
FastAPI is hard to contend with for anything marginally complex, without having to dig deep in its internals. If you want performance, or to apply more rigorous (read: enterprisey) development practices, you really are better off looking elsewhere. However, you can get a Data Science python developer to front their code behind an API with minimal ceremony. Type safety does not exist in Python. Type hinting does not solve this problem, neither does Pydantic. These are bandaids for huge shortcomings of using the wrong tool for the job. |
|
Personally I find python-is-wrong arguments to be a bit naive. "It's a crappy language that's only good enough to build prototypes..." -- like YouTube, for example? :) Ultimately, smart developers are smart, and can get work done with whatever tools they have at hand.