What python framework should I use? The two main ones are Flask and Django? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 7

What python framework should I use? The two main ones are Flask and Django?

The project is to create a log in that will hold over 1,000 users, and I want to get people's opinion on what python framework will be more effective. Thanks in advance for your responses.

30th Aug 2018, 8:19 PM
Saul
Saul  - avatar
4 Réponses
26th Apr 2019, 4:33 PM
Laurent Chretien
Laurent Chretien - avatar
+ 4
Logins are stored in a database so either framework can deal with storing any number. 1000 suggest a larger more complex web app which most people would suggest Django for. Id also highly suggest Django if you have an experience with MVC design. Django has more documentation and a larger community to help out with any errors. It also trys to provide all the tools you need so you wont have to find third party solutions for most things.
31st Aug 2018, 11:58 AM
JME
+ 4
Thank you for your response Jason Edelson
31st Aug 2018, 6:34 PM
Saul
Saul  - avatar
+ 1
I recommending Django
10th Mar 2019, 7:30 PM
Arash Abdous
Arash Abdous - avatar