What is cgi in python?



What is cgi in python?..

Answer / Ashutosh Srivastava

CGI (Common Gateway Interface) is a standard for interfacing web applications with servers. In Python, CGI scripts are written using the cgi module. These scripts can perform tasks such as handling HTTP requests and generating dynamic content.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the difference between Python and PHP?

1 Answers  


How to declare the variables function in python?

1 Answers  


Can __ init __ return value?

1 Answers  


Does python support inheritance?

1 Answers  


Is a *.pyd file the same as a dll?

1 Answers  


How do you iterate over a list and pull element indices at the same time?

1 Answers  


How will you print the contents of a file?

1 Answers  


What is python explain the advantages of using python?

1 Answers  


Is python shell scripting?

1 Answers  


What is anaconda python used for?

1 Answers  


What is python __ repr __?

1 Answers  


What does split () do in python?

1 Answers  


Categories