Any tool to convert Python source code to HTML?

Alex Martelli aleax at aleax.it
Sun Feb 23 15:34:04 EST 2003


Aki Niimura wrote:

> Hello everyone,
> 
> I thought finding such was very easy but I couldn't find any pointer
> in the Internet. I would like to put my Python code to my Intranet.
> 
> Instead of putting a plain text, I would like to put a HTMLized code
> (with keyword coloring, simple links to def, class, ...)

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52298

(most popular recipe currently in the Cookbook, apparently!)

or for somewhat-richer functionality:

http://www.norvig.com/python/py2html.html

http://www.danbala.com/python/lpy/lpy.py.html


and no doubt many others.


Alex





More information about the Python-list mailing list