Skip to content

gonzigonz/Pluralsight---Python-Flask-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluralsight - Python Flask Apps

May 2016

From the course: Introduction to the Flask Microframework

By Reindert-Jan Ekker

This repo contains two of the sample apps that I created by following the above Pluralsight course. The course is highly recommended and a great beginners course into web development using python.

Each commit relates to a module from the course so you can follow along from any stage.

Step by step details for the installation and setup of the environment is avalible in the first two modules of the Pluralsight course.

However if your not following the video, here are the environment details:

(Just google the installation for your platform)

Requires:

  • python 2.7
  • pip (python package manager which should install with python)
  • flask

You can install flask as is however its not recommended to install flask globally. Instead the following tools can be used to create isolated python environmen and are used in this Pluralsight course:

  • virtualenv
  • virtualenvwrapper

About

Introduction to the Flask Microframework - By Reindert-Jan Ekker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published