Web server in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Web server in python

I need a help to create a web server in python. Anyone can help me to to do that????

18th Nov 2018, 4:21 AM
Udara Guruge
Udara Guruge - avatar
10 Answers
+ 6
https://www.acmesystems.it/python_http https://stackoverflow.com/questions/10091271/how-can-i-implement-a-simple-web-server-using-JUMP_LINK__&&__python__&&__JUMP_LINK-without-using-any-libraries Look at these links for sample codeing of create a web server in python... https://gist.github.com/joncardasis/cc67cfb160fa61a0457d6951eff2aeae Here the code for it. Open this git hub link and you can find for it. I dont understand how to impliment this python servers😐. If im in your situation i choose php or asp.net 😊. Find the python server side videos in youtube its better that understanding this someone else confused codes
18th Nov 2018, 4:51 PM
chalana
chalana - avatar
+ 6
thanks chalana. but i need a code from sololearners. i can't take from the internet.
18th Nov 2018, 5:46 AM
Udara Guruge
Udara Guruge - avatar
+ 5
do u know anyone related with these things
18th Nov 2018, 7:20 AM
Udara Guruge
Udara Guruge - avatar
+ 5
yeah.. thank u
18th Nov 2018, 8:53 AM
Udara Guruge
Udara Guruge - avatar
+ 4
thank u very much chalana
18th Nov 2018, 8:40 PM
Udara Guruge
Udara Guruge - avatar
+ 4
thank you InxaneNinja
19th Nov 2018, 3:08 AM
Udara Guruge
Udara Guruge - avatar
+ 2
try stackoverflow. i think you can find those codes in that forums. im not related with python. 😊
18th Nov 2018, 6:57 AM
chalana
chalana - avatar
+ 2
one of my friend know about python. ill ask him and told you how to do that. anyway few people learned python for web. go true with python. its really hard but good one.
18th Nov 2018, 7:33 AM
chalana
chalana - avatar
+ 2
if you don't necessarily need to run it in python, and you have linux then i recommend making a simple php website and running a php server with $ sudo php -S localhost:80 and then type http://localhost into browser. good luck
18th Nov 2018, 9:14 PM
inxanedev!
inxanedev! - avatar