Skip to content

Latest commit

 

History

History
87 lines (60 loc) · 1.83 KB

File metadata and controls

87 lines (60 loc) · 1.83 KB

How to upload to Github class repo: Video Walkthrough: https://youtu.be/jq1JpdgMJ-0

  • Fork the CodingDojoDallas repo

  • git clone

  • cd python_september_2017

  • mkdir firstname_lastname

  • cd firstname_lastname

  • git add .

  • git commit -m "initial commit"

  • git push origin master

  • Create a new pull request from the repo in Github

python_september_2017

Videos: Python Fundamental II:

Python OOP

MySQL ERDs (Entity Relationship Diagrams):

MySQL Queries:

Intro to Flask:

Flask session/flash:

Flask with MySQL:

Flask login and registration:

Django Intro:

Django Setup:

Django Basics:

Django Models and Queries:

Starting the Semi Restful Assignment:

Login and Registration:

Belt Reviewer, How to start:

Belt Reviewer, Part II:

Deployment:

Relations are Hard I:

Relations are Hard II:

Break it Down I:

Break it Down II:

Group Projects:

Algorithms: