Web Development in Python Using Flask in 10 Minutes

preview_player
Показать описание
In this short ten minute video I am showing you how to make a flask web application in just 10 minutes.
Рекомендации по теме
Комментарии
Автор

Since Flask uses a Django flavored template syntax, you can use the Django and PHP Twig modules in Sublime text for syntax highlighting and autocomplete snippets for things like extends, block, logic operators and such:

It may say PHP-Twig, but it's still the same general syntax.

brandtleymcminn