How websites are build using python.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How websites are build using python..

14th Aug 2017, 3:54 AM
Rahul Sharma
Rahul Sharma - avatar
2 Answers
14th Aug 2017, 5:08 AM
David Ashton
David Ashton - avatar
+ 1
Search for Web frameworks for python. The most popular is Django. It has a great community and support. I also like it since it helps your to structure your project in the right way. You can try Flask which is a very lightweight but still cool and popular web framework. Also Tornado is worth to try, since it has some interesting concepts about io blocking calls. And there are much more. But recommendation is start with Django.
14th Aug 2017, 5:49 AM
Roman
Roman - avatar