0
What are Best framework for web development via Python?
2 Answers
+ 4
Depends on your definition of "best".
Best to build a portal of static pages? To make an ecommerce webshop? A blog? A REST API? Does performance matter, do you expect thousands of web requests within seconds?
There are many frameworks out there, Django and Flask are indeed the most popular ones, but they can be daunting for a beginner with too many features. If you are looking for something very simple, you might try Bottle, or CherryPy or Pyramid.
+ 3
Django and Flask. SÄñtösh those aren't for web development they are for GUI.