Personal tools
You are here: Home Python FOSS and EAI Python Projects
Document Actions

Python Projects

last modified 2003-11-03 01:15 AM
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(
    	"FOSS and EAI - WOWGAO October, 2003",
    	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")
    
    	

 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: