What happen when a web page render in python web app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What happen when a web page render in python web app

I wonder what happen that when a request sent to server and finally we get rendered page in python website what happen in background

14th Mar 2017, 7:06 AM
zarinpy
zarinpy - avatar
1 Answer
+ 6
The request is handled on the server, the common place for it is called CGI-BIN. Use a Python framework like Django, as this is specifically for Web development and you'll find it very useful.
14th Mar 2017, 10:49 PM
Mark Foxx
Mark Foxx - avatar