= 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. [[PageOutline(2-3, Content, inline)]] == Introduction == In this tutorial we'll create a simple Python web application written in [http://cherrpy.org/ CherryPy 3]. !CherryPy was chosen because it does provides a nice level of abstraction over raw CGI or [http://wsgi.org/wsgi WSGI] development, but is less ambitious than full-stack web frameworks such as [http://pylonshq.com/ Pylons] or [http://www.djangoproject.com/ Django], which tend to come with a preferred templating language, and often show significant bias towards that language.