Discover Flask, Part 1 - Setting up a static site, hello world

Опубликовано: 21 Октябрь 2024
на канале: Michael Herman
111,649
675

In Part 1 of this series on the Flask framework powered by Python, we'll be setting up a basic project structure then developing a static site, styled with Bootstrap.

If you like this video and want to see more, thumbs up, favorite, comment, and/or subscribe. Thanks!

Blog Post - http://www.realpython.com/blog/python...
Code - https://github.com/realpython/flask-i...
All videos -    • Discover Flask - http://discoverflask...  

Required Tools:
Python 2.7 - http://www.python.org
pip - http://pip.readthedocs.org/en/latest/
virtualenv - http://virtualenv.readthedocs.org/en/...
Code editor, like Sublime Text - http://www.sublimetext.com/

For more, visit the blog post.