What is CGI in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is CGI in python?

2nd Nov 2017, 5:30 PM
subramaniam.k
subramaniam.k - avatar
6 Answers
+ 10
(CGI) Common Gateway Interface is used in communication of the WWW server with other apps, mostly for dynamic webpage generation. Check out some Python code samples: https://wiki.python.org/moin/CgiScripts
2nd Nov 2017, 5:41 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 8
common gateway interface (CGI)is a HTML document that offers standard protocol for web servers to execute programs on the server that generates web page dynamically
3rd Nov 2017, 3:42 AM
Shwetha
Shwetha - avatar
+ 6
not really but you'll need it for hosting python powered websites
2nd Nov 2017, 7:02 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 5
Related question (from the future): https://www.sololearn.com/Discuss/1765518/?ref=app
20th Apr 2019, 7:11 AM
Sonic
Sonic - avatar
+ 1
is xamp tool is required?
2nd Nov 2017, 6:02 PM
subramaniam.k
subramaniam.k - avatar
+ 1
thank you sir
3rd Nov 2017, 12:21 AM
subramaniam.k
subramaniam.k - avatar