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
Useful software tips
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