Any tool to convert Python source code to HTML?

Irmen de Jong irmen at -NOSPAM-REMOVE-THIS-xs4all.nl
Sun Feb 23 18:55:22 EST 2003


Aki Niimura wrote:

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

VIM! (www.vim.org)

Vim can write any file that it can syntax-colorize (Python is among the 
large set of recognised file types ofcourse) as colorized HTML.

Just type in command mode:

	ru syntax/2html.vim

and save the generated HTML buffer.

Irmen de Jong





More information about the Python-list mailing list