/python_introduction

Introduction Program for python

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

python_introduction

Here is the presentation and demo flask app presented by me on python at NOSK Tech Talks 17th March.

The Flask App

Flask Installation

  • Install python if you have not already.
  • Install flask on python environment.
pip install flask

Running the demo app

  • Clone the project
  • change your working directory to web_app
cd web_app
  • Run the main_app.py file
python main_app.py

Web App front-end credits

The front end used in this project are cloned from @ikushum 's repository https://github.com/ikushum/Git-Github-workshop