Skip to content

Instantly share code, notes, and snippets.

@AlexMercedCoder
Last active May 22, 2021 14:09
Show Gist options
  • Save AlexMercedCoder/f0cd06e61532f2c02846d77389fe6897 to your computer and use it in GitHub Desktop.
Save AlexMercedCoder/f0cd06e61532f2c02846d77389fe6897 to your computer and use it in GitHub Desktop.
Self-Guided: From 0 to Flask Curriculum

Goal

This is a 6 day self-paced curriculum to learn the python language and the basics of the Flask Web Framework.

Day 1 - Starting Python

** PRACTICE CODE CHALLENGES **

Day 2 - Python Functions and OOP

** PRACTICE CODE CHALLENGES **

You can see a JS example of a Stack and Queue HERE FOR REFERENCE

Day 3 - Advanced Python

** PRACTICE CODE CHALLENGES **

Day 4 - Starting Flask

Practice

  • Build 2 apis similar to the ones in the tutorial to get two reps of the process
  • Research how to use url queries in flask and try incorporating them

Day 5 - Advanced Flask with Mongo

Day 6 - Flask and Authentication

Using what you've learned, and using the model I did in javascript, try to build the backend of JWT Authentication. The routes and logic are the same as in javascript. You'll have to research which JWT and bcrypt libraries to use and how to use them with flask. This will be a good opportunity explore the nuances of python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment