What are Best framework for web development via Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are Best framework for web development via Python?

24th Nov 2020, 2:10 AM
Kirushnapillai Nivatharan
Kirushnapillai Nivatharan - avatar
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.
24th Nov 2020, 4:47 AM
Tibor Santa
Tibor Santa - avatar
+ 3
Django and Flask. Såñtösh those aren't for web development they are for GUI.
24th Nov 2020, 2:24 AM
ChaoticDawg
ChaoticDawg - avatar