GithubHelp home page GithubHelp logo

rwdxll / flask-intro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mjhea0/flask-intro

0.0 2.0 0.0 2.38 MB

Introduction to Flask showing much of the basic functionality. Plus, I built a task manager application called FlaskTaskr.

Python 36.78% CSS 14.59% HTML 48.63%

flask-intro's Introduction

Introduction to Flask

Flask is a lightweight, micro web development framework for Python. Compared to the higher-level frameworks, it’s much more flexible and, best of all, it doesn’t get in your way as you’re building out you’re web site. You can add complexity as your application grows. It’s great for beginners who want to better understand the shortcuts that larger, high-level web frameworks employ.

What’s more, for those learning Python web development, Flask provides a perfect transition as you move from the basics of CGI-programming to modern web development. You can learn on the go by adding more complicated components as you gain the skills. You can even start out by writing everything in a single .py file, which is great for simple static sites - but once you start scaling you’ll want to split the scripts up and employ more of a MVC-style of development.

Contents

  1. Part 1 - Setting Up a Static Site: Tutorial / Video
  2. Part 2 - Creating a Login Page: Tutorial / Video
  3. Part 3 - Sessions, Login_required Decorator, Debugging: Tutorial / Video
  4. Part 4 - Databases: Tutorial / Video
  5. Part 5 - Deploying to PythonAnywhere Tutorial / Video
  6. Part 6 - Task Management Application (FlaskTaskr): Tutorial / Video

To-do

  • Better organize code
  • Add new tutorials

flask-intro's People

Contributors

mjhea0 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.