Re: Literate programs in Python

2008-05-13 Thread Marc 'BlackJack' Rintsch
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 comment

Re: Literate programs in Python

2008-05-13 Thread Michele Simionato
On May 13, 5:28 pm, Paul Miller <[EMAIL PROTECTED]> wrote: > Does anyone know of any (preferably largish) examples of literate > programs written using Python? Alternatively, does anyone know of any > literate programming tools which support Python well? (I am aware of > Leo and I've been to lite

Re: Literate programs in Python

2008-05-13 Thread Max M
Mike Driscoll skrev: On May 13, 10:28 am, Paul Miller <[EMAIL PROTECTED]> wrote: Does anyone know of any (preferably largish) examples of literate programs written using Python? Alternatively, does anyone know of any literate programming tools which support Python well? (I am aware of Leo and

Re: Literate programs in Python

2008-05-13 Thread Mike Driscoll
On May 13, 1:47 pm, Carl Banks <[EMAIL PROTECTED]> wrote: > On May 13, 1:44 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > > > On May 13, 10:28 am, Paul Miller <[EMAIL PROTECTED]> wrote: > > > > Does anyone know of any (preferably largish) examples of literate > > > programs written using Python?  

Re: Literate programs in Python

2008-05-13 Thread Carl Banks
On May 13, 1:44 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On May 13, 10:28 am, Paul Miller <[EMAIL PROTECTED]> wrote: > > > Does anyone know of any (preferably largish) examples of literate > > programs written using Python? Alternatively, does anyone know of any > > literate programming tool

Re: Literate programs in Python

2008-05-13 Thread Mike Driscoll
On May 13, 10:28 am, Paul Miller <[EMAIL PROTECTED]> wrote: > Does anyone know of any (preferably largish) examples of literate > programs written using Python?  Alternatively, does anyone know of any > literate programming tools which support Python well?  (I am aware of > Leo and I've been to lit

Literate programs in Python

2008-05-13 Thread Paul Miller
Does anyone know of any (preferably largish) examples of literate programs written using Python? Alternatively, does anyone know of any literate programming tools which support Python well? (I am aware of Leo and I've been to literateprogramming.com, but any additional pointers would be much appr