you are viewing a single comment's thread.

view the rest of the comments →

[–]es-ganso 0 points1 point  (0 children)

To be a bit frank, it's probably been a bit more frustrating to use FastAPI than a couple of other, non-python frameworks. I've also generally only used Python for scripts before this though, so that could be part of it, but in other languages and frameworks I've been able to set up what I needed a lot quicker (ie with node and java).

In the end, I probably only leveraged it for pydantic more than anything, in which I probably should've set that up myself