Skip to content

This project is to get an understanding of the Python web framework Flask by working through the examples.

Notifications You must be signed in to change notification settings

eesaanatluri/flask_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Flask

These are the resources we can follow for learning the Flask framework.

  1. Three part tutorial by Mbithe Nzomo

    • Getting_Started entails
      • Installation of Flask and its prerequisites
      • Recommended file and directory structure for a Flask project
      • Configuration and initialization of a Flask app
      • Creating views and templates
      • By the end of this tutorial, we will have built a simple static website using Flask.
      • Rest of the tutorial builds on the above website we created by adding more features.
    • Part-One shows you
      • Database setup
      • Models
      • Migration
      • Homepage
      • Authentication
    • Part-Two shows you
      • Creating an admin user and admin dashboard
      • Creating, listing, editing and deleting departments
      • Creating, listing, editing and deleting roles
      • Assigning departments and roles to employees
    • Part-Three shows you
      • Custom error pages
      • Unit tests
      • Deployment on PythonAnywhere
  2. Miguel's-Flask-mega-tutorial is a 23 chapter write up that covers most of the features of Flask.

  3. Miguel's-Flask-workshop - A three hour workshop from Pycon '15 about Flask by Miguel Grinberg himself. Follow this if you want to get to a quick start by watching a video

  4. Miguel's-Flask-workshop - A three hour workshop from Pycon '15 about Flask by Miguel Grinberg himself. Follow this if you want to get to a quick start by watching a video

  5. Corey Schafer's Flask tutorials If you're bored of reading long text you can follow this series.

About

This project is to get an understanding of the Python web framework Flask by working through the examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published