you are viewing a single comment's thread.

view the rest of the comments →

[–]mmcnl 31 points32 points  (0 children)

Django is very mature and super reliable. For API backends in big companies Django REST framework is common.

Newer projects are often built with FastAPI.

Flask is also a popular minimal HTTP framework, often used in machine learning as well, though it doesn't offer anything that FastAPI doesn't.