Slides in Py

Tomorrow, i will teach Python to my students (i work in a school as developper) so, sometimes someone ask me for a python introduction. I usually make my slides w/ OO or full html + custom CSS. Today while trying to build the slides i remember that i’ve already found
Pylize .

I do the same with a python build.py (split html into piece and add shortcup for next and previous), but this one really seems good. The only thing, that I don’t really like, is the lack of printing support, nice slides is not enough for today’s student, they want a pretty print too :)

6 thoughts on “Slides in Py

  1. Hi,

    nice docs in french!

    One question though:

    are you sure Python is GPL ? or simply compatible with the GPL ?

Comments are closed.