ronaldb / Learn-Flask

This is a simple demonstation on how to use Flask and Python to create a web site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn-Flask

This is a simple demonstation on how to use Flask and Python to create a web site.

Group project with the Python Users Group Roanoke - PyROA.

The site is hosted on Python Anywhere using a free account.

http://darrell57.pythonanywhere.com/index

root/
|   flask_app.py
|__app/
   |   __init__.py
   |  routes.py
   |__templates/
      |   base.html
      |   about.html
      |   index.html

Other Resources

The New and Improved Flask Mega-Tutorial

Setting up Flask applications on PythonAnywhere

Beginners Guide to Building a Simple Database-Backed Flask Website on PythonAnywhere

Have fun and enjoy learning Python!

Proudly hosted on GitHub :octocat:

About

This is a simple demonstation on how to use Flask and Python to create a web site.

License:GNU General Public License v3.0


Languages

Language:HTML 60.0%Language:Python 40.0%