Personal tools
Document Actions

Python Projects

last modified 2003-10-03 04:49 PM
Prev | Index | Next
  • 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

www.zoteca.com

fourm.info

 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: