Any tool to convert Python source code to HTML?

Brian Quinlan brian at sweetapp.com
Sun Feb 23 16:59:00 EST 2003


> Is there any software tool to create a HTML page from Python source
code?

There is a pure Python solution here:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52298

There is a (somewhat more robust) C solution here:
http://silvercity.sourceforge.net/

Just ask on this list if you need help figuring out either.

Cheers,
Brian 






More information about the Python-list mailing list