Pydoc’s built-in HTTP server
2008 September 10
Just came across this in python mailing list (link)
import pydoc
pydoc.gui()
(then click the ‘open browser’ button)
Just came across this in python mailing list (link)
import pydoc
pydoc.gui()
(then click the ‘open browser’ button)
Or simply run pydoc -p 8080, then click the link, or visit http://localhost:8080 :)