Any tool to convert Python source code to HTML?

Dave Kuhlman dkuhlman at rexx.com
Tue Feb 25 12:37:52 EST 2003


Erik Price wrote:

> 
> On Monday, February 24, 2003, at 12:04  AM, Terry Reedy wrote:
> 
>>> Is there any software tool to create a HTML page from Python source
>> code?

The SciTE text editor can export to HTML.  It does colored syntax 
high-lighting for a variety of languages.  SciTE is at:

    http://www.scintilla.org/SciTE.html

  - Dave

>>
>> If you view source files in SourceForge CVS with browser, they come
>> out with language-specific colorization.  IE, *.py have Python
>> keywords in keyword color.  No idea what use.  Assume not written in
>> Python.
> 
> [I have heard that] There are plugins for the jEdit text editor that do
> this (generate an HTML representation of source code with syntax
> coloring).
> 
> 
> 
> Erik
> 
> 
> 
> 
> 

-- 
Dave Kuhlman
dkuhlman at rexx.com
http://www.rexx.com/~dkuhlman




More information about the Python-list mailing list