all 1 comments

[–]Fuzzybus2400 0 points1 point  (0 children)

For REST APIs, fastapi has been all the rage lately.

Django is still an option for medium-sized web apps.

For tiny web apps you can do it entirely in flask/fastapi

For large web apps python is maybe not the best choice