Some details about the project:
-
pure backend project, no front
-
expose a rest api (maybe custom routes?)
-
connect to other rest apis
-
query MySQL & MongoDB using an ORM
-
have unit tests
What Python framework would you recomend me for it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any of them will work. Arguably the most popular Python web frameworks these days are Django, Flask, and Pyramid.