Hands on with Python Jinja Templating
This course will get you up and running with templated websites using a lightweight framework called Jinja.
What you'll learn
This course introduces web developers to Jinja, a lightweight, Python-based templating framework.
Developers are also introduced to the Google App Engine, which is a self-contained web environment.
This Python Jinja course is structured such that Python experience is not required, as actual Python configurations are fairly simple.
However, knowledge of HTML and CSS is required.
Table of contents
Course FAQ
Jinja is a templating framework for Python. Jinja is used to create markup formats such as HTML and XML. It allows one to customize tags, filters, tests, and globals. With Python Jinja one can also call functions with arguments on objects.