Version 2 (modified by cmlenz, 16 years ago) (diff) |
---|
Genshi Tutorial
This tutorial is intended to give an introduction on how to use Genshi in your web application, and present common patterns and best practices. It is aimed at developers new to Genshi as well as those who've already used Genshi, but are looking for advice or inspiration on how to improve that usage.
Content
Introduction
In this tutorial we'll create a simple Python web application based on CherryPy 3. CherryPy was chosen because it provides a convenient level of abstraction over raw CGI or WSGI development, but is less ambitious than full-stack web frameworks such as Pylons or Django, which tend to come with a preferred templating language, and often show significant bias towards that language.
Attachments (7)
-
model.png
(14.9 KB) -
added by cmlenz 16 years ago.
Model diagram
-
tutorial05.png
(55.1 KB) -
added by cmlenz 16 years ago.
Browser screenshot 5
-
tutorial01.png
(38.6 KB) -
added by cmlenz 16 years ago.
Browser screenshot 1
-
tutorial02.png
(46.2 KB) -
added by cmlenz 16 years ago.
Browser screenshot 2
-
tutorial03.png
(55.4 KB) -
added by cmlenz 16 years ago.
Browser screenshot 3
-
tutorial04.png
(61.3 KB) -
added by cmlenz 16 years ago.
Browser screenshot 4
-
tutorial06.png
(64.5 KB) -
added by cmlenz 16 years ago.
Browser screenshot 6
Download all attachments as: .zip