+ 1

What the best framework to web development in pyhon?

19th Apr 2017, 10:12 PM
Esau Teodoro
Esau Teodoro - avatar
4 Respuestas
+ 7
No best frameworks, but frameworks less or more answering to your needs... I like Bottle, because it's lightweight, and capable to be completed by others modules, where more big ones ( Django is the biggest, Flask is intermediate ) provides lot of functionnalities not always needed ( and always reachable with some modules ^^ )...
20th Apr 2017, 12:20 AM
visph
visph - avatar
+ 2
web2py it's fast and secure and it has an ide made for this job
19th Apr 2017, 10:19 PM
Saeed Tafazzol
Saeed Tafazzol - avatar
+ 2
web2py is more compact and has more functionality out of the box (more supported databases, web based IDE, ticketing system, runs on GAE without patches, multiple login methods, role based access control, web based translation interface, support for multiple database connections, distributed transactions, and more). For me the most important functionality of web2py is automatic migrations. Django does not provide them out of the box.
19th Apr 2017, 10:42 PM
Saeed Tafazzol
Saeed Tafazzol - avatar
+ 1
web2py is better than django?
19th Apr 2017, 10:24 PM
Esau Teodoro
Esau Teodoro - avatar