News

Python CGI with Docker A simple python script which can be served as CGI script using Apache2 in Ubuntu Docker Container. Demo app is deployed at GCP.
Interactive Charting using dc js and CGI-Python scripting - viswanath-puttagunta/dcjs-pythoncgi-tutorial ...
I've got a web-app I'm working that uses Python cgi. I was initially handling queries w/ GET and cgi.FieldStorage but some of my query strings are too long and I need to switch to post.However it ...