Initiation à la programmation web en python

Introduction
– python : language objet, interprété, open source (GPL depuis la 2.2)
– serveur web: apache

Les différentes solutions

Progammation à l’ancienne (CGI / SSI)
– mod_python
Spyce

Du framework au serveur d’application
4Suite Server
Webware
Twisted
SkunkWeb
Quixote
Zope (et les CMS associés )

Un exemple webware
– Présentation / motivation
– Installation
– Fonctionnement général
– Gestion des threads
– Notion de vue / controlleur
– Un exemple

Un language de template openTAL
– présentation / avantages
– un exemple
– Intégration Webware exemple