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.htmlThe New and Improved Flask Mega-Tutorial
Setting up Flask applications on PythonAnywhere
Beginners Guide to Building a Simple Database-Backed Flask Website on PythonAnywhere
Proudly hosted on GitHub ![]()