Python Projects
last modified
2003-10-03 04:49 PM
Prev | Index | Next
>
CUNY Open Source Initiative - FOSS and Python
Aron Trauring, Zoteca
- Plone -- Community-based Content Management
- Twisted -- Distributed Network Programming
- Slide -- this presentation:
#!/usr/bin/python from slidesaron import Lecture, NumSlide, Slide, Bullet, SubBullet, PRE, URL lecture = Lecture( "CUNY Open Source Initiative - FOSS and Python", Slide("Python Projects", Bullet("Plone -- Community-based Content Management"), Bullet("Twisted -- Distributed Network Programming"), Bullet("Slide -- this presentation"), ), ) lecture.renderHTML(".", "slide-%02d.html", css="main.css")
>
CUNY Open Source Initiative - FOSS and Python
Aron Trauring, Zoteca