What library is used to make websites on python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What library is used to make websites on python

Can anyone tell me what library is used to make websites on python

14th Mar 2021, 5:52 PM
Neo Theledi
5 Answers
+ 2
you may mean 'web framework'... there are tons: https://wiki.python.org/moin/WebFrameworks I would recommend Bottle or Flask for minimalistic frameworks, and Django for giant one ;)
14th Mar 2021, 5:57 PM
visph
visph - avatar
+ 2
Popular ones are django and flask But this article adds more "Top 10 Python Frameworks for Web Application Development" https://insights.daffodilsw.com/blog/top-10-python-frameworks-for-web-application-development?hs_amp=true Happy coding😉
14th Mar 2021, 5:59 PM
!Derrickee
!Derrickee - avatar
+ 1
flask or django
14th Mar 2021, 5:55 PM
Tomas Konecny
+ 1
Django
14th Mar 2021, 7:18 PM
Vinayak Pandey
Vinayak Pandey - avatar
0
The best one and with rich features is Django. https://docs.djangoproject.com/en/3.1/
15th Mar 2021, 10:38 AM
iTech
iTech - avatar