Using Python Templates with Jinja and Google App Engine

Опубликовано: 04 Август 2014
на канале: TeamLearnable
15,528
104

Templating is an extremely useful technique when it comes to code reuse. Templates allow you to update only areas that change, preventing duplication of static areas. For example, navigations and footers rarely change. These two areas might be contained in a parent template while the middle of the page, where content changes often, switches out child templates.

Most Python developers are familiar with Django and its ability to use templating. But when all you want is templating functionality, there’s no reason to install full blown framework. This is where Jinja comes in. Being very small, it’s simple to install and configure. Best of all, if you know how to use templating in Django, you’ll understand templating in Jinja.

In this screencast, we’ll look at how to use Jinja templating along with the Google App Engine.


На этой странице сайта вы можете посмотреть видео онлайн Using Python Templates with Jinja and Google App Engine длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь TeamLearnable 04 Август 2014, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 15,528 раз и оно понравилось 104 зрителям. Приятного просмотра!