|
|
|
|
|
by CSactuary
1960 days ago
|
|
Actually just started on a new project with fast api last week. Really liking it! I think some of the other frameworks I’ve worked with in the past have too much of their own abstraction built in to the point that it’s difficult to understand the fundamentals of how the application is working. Fast API excludes unnecessary abstractions, makes it easy to use outside libraries, and feels a lot more intuitive. Less learning the docs and more coding. Thanks to Tiangolo for your efforts! |
|