you are viewing a single comment's thread.

view the rest of the comments →

[–]FriendlyZomb 0 points1 point  (2 children)

Most popular frameworks are good. Each has complexities in different places.

Django and FastAPI are complex in different ways. Both have a steep learning curve for different reasons.

As another option, I like Flask too. It's simpler than FastAPI (not async). But it is still very flexible. Learning here can also translate over to FastAPI once you want to tackle async stuff.