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 :)

Related posts :

admin February 24th, 2004


6 Responses to “Slides in Py”

  1. Jesseon 25 Feb 2004 at 6:29 pm

    Can you put the slides online to let us check them out?  (either OO or HTML?)

  2. Jkxon 25 Feb 2004 at 8:57 pm

    The page by page is at: http://www.larsen-b.com/static/intro_python/intro.html

    (press alt-n/alt-prev to switch pages)

    and the full page for printing :http://www.larsen-b.com/static/intro_python/

    Please note:

    - this URL isn’t permanent (i looking for a better place to put this)

    - slides are in french (i’m working/living in france)

    - the CSS is a hacked version of plone presentation.

  3. jmon 26 Feb 2004 at 2:49 pm

    Hi,

    nice docs in french!

    One question though:

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

  4. Jkxon 26 Feb 2004 at 8:53 pm

    That’s right Python Licence is GPL compliant (not a true GPL .. i need to correct this)

  5. Jkxon 28 Feb 2004 at 12:58 am

    I corrected the URL for my slides

  6. Jkxon 09 Jan 2005 at 4:32 pm

    Another simple and pretty good slide system is S5: http://www.meyerweb.com/eric/tools/s5/

Comments RSS

Leave a Reply