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

How to build web applications using python

Help me with how to build web applications using python specify IDE to develop it and any references for where I can get more help

28th Apr 2017, 5:04 AM
Anurag Bonde
2 Answers
+ 5
You have to first choose a web server framework, among Django, Web2py, Flask, Bottle or others... https://www.pythonanywhere.com is a good place to test and deploy project ;)
28th Apr 2017, 6:12 AM
visph
visph - avatar
+ 1
Python is very rich language to explore.. there are various ways through you can start Web development in python. personally I feel Django is the best framework for Web applications Go through the following links wiki.python.org/moin/WebProgramming wiki.python.org/moin/WebFrameworks
28th Apr 2017, 5:15 AM
MrBM
MrBM - avatar