"Rhodri James" wrote:
> On Fri, 20 Mar 2009 11:58:18 -, wrote:
>
> > I am considering teaching a beginning programming course using Python.
> > I would like to prepare my class handouts in such a way that I can
> > import the Python code from real ".py" files directly into the
> > documents.
On Sat, Mar 21, 2009 at 5:06 PM, andrew cooke wrote:
> André wrote:
> > If I may suggest a very different alternative than the ones already
> > suggested: use Crunchy. (http://code.google.com/p/crunchy)
> >
> > You can have you handouts (html or reStructuredText documents) live on
> > the web wi
André wrote:
> If I may suggest a very different alternative than the ones already
> suggested: use Crunchy. (http://code.google.com/p/crunchy)
>
> You can have you handouts (html or reStructuredText documents) live on
> the web with all your code samples executable from within Firefox.
>
> If you
On Fri, 20 Mar 2009 11:58:18 -, wrote:
I am considering teaching a beginning programming course using Python.
I would like to prepare my class handouts in such a way that I can
import the Python code from real ".py" files directly into the
documents. This way I can run real unit tests on th
Very nice. I printed out the PDF manual for sphinx. I'll take a look
at it.
--
http://mail.python.org/mailman/listinfo/python-list
On Mar 20, 8:58 am, grkunt...@gmail.com wrote:
> I am considering teaching a beginning programming course using Python.
> I would like to prepare my class handouts in such a way that I can
> import the Python code from real ".py" files directly into the
> documents. This way I can run real unit tes
Michele Simionato wrote:
The interesting thing is that Sphinx uses pygments
and can highlight any code fragment, not only Python
code. For instance, last week I did some experiment
with Sphinx to convert my "Adventures of a Pythonista
in Schemeland" (which contains Scheme code) to PDF
and it wor
On Mar 20, 3:05 pm, Tim Golden wrote:
> Michele Simionato wrote:
>
> >http://www.phyast.pitt.edu/~micheles/scheme/TheAdventuresofaPythonist...
>
> > (I think the OP may be interested in how the PDF output of
> > Sphinx-generated documents may look like).
>
> That looks really snappy. Do you have t
Michele Simionato wrote:
The interesting thing is that Sphinx uses pygments
and can highlight any code fragment, not only Python
code. For instance, last week I did some experiment
with Sphinx to convert my "Adventures of a Pythonista
in Schemeland" (which contains Scheme code) to PDF
and it work
On Mar 20, 1:44 pm, Tim Golden wrote:
> Michele Simionato wrote:
> > One word: Sphinx.
>
> And the second word(s):
>
> .. literalinclude:: example.py
>
> TJG
The interesting thing is that Sphinx uses pygments
and can highlight any code fragment, not only Python
code. For instance, last week I di
Michele Simionato wrote:
On Mar 20, 12:58 pm, grkunt...@gmail.com wrote:
I am considering teaching a beginning programming course using Python.
I would like to prepare my class handouts in such a way that I can
import the Python code from real ".py" files directly into the
documents. This way I
On Mar 20, 12:58 pm, grkunt...@gmail.com wrote:
> I am considering teaching a beginning programming course using Python.
> I would like to prepare my class handouts in such a way that I can
> import the Python code from real ".py" files directly into the
> documents. This way I can run real unit te
I am considering teaching a beginning programming course using Python.
I would like to prepare my class handouts in such a way that I can
import the Python code from real ".py" files directly into the
documents. This way I can run real unit tests on the code to confirm
that they work as expected.
13 matches
Mail list logo