Edgewall Software

Version 1 (modified by cmlenz, 17 years ago) (diff)

Started, nothing to see here yet

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 it, but are looking for advice or inspiration on how to improve that usage.

Content

  1. Introduction

Introduction

In this tutorial we'll create a simple Python web application written in CherryPy 3. CherryPy was chosen because it does provides a nice 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)

Download all attachments as: .zip