One very cool feature of Python 3.x is instant web server. Type the following command on command line: The Python will start a simple web […] Read More
Tag: HTTP
Python contains one helpful module: SimpleHTTPServer. You can expose local directory via HTTP by the following command: Python will start HTTP server at http://localhost:8000 It […] Read More