PyXML project has been dead for several years. Last version was released in 2004. When you try to install PyXML with Python 2.6 you’ll get […] Read More
Tag: Python
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