Literate programs in Python

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed May 14 02:04:27 EDT 2008


On Tue, 13 May 2008 08:28:00 -0700, Paul Miller wrote:

> Alternatively, does anyone know of any literate programming tools which
> support Python well?

There's PyLit_.  It uses reStructuredText_ and can translate between a
reStructuredText with code blocks and source code with the text as
comments in both directions.

.. _PyLit: http://pylit.berlios.de/
.. _reStructuredText: http://docutils.sourceforge.net/

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list