# CGI HTTP server ## Getting Started Python 2.x is preferred to this simple demo. I'm using Python 2.7 over windows. * https://docs.python.org/2.7/library/cgihttpserver.html * https://docs.python.org/2.7/library/cgi.html ## Starting a CGIHTTPServer $…