Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

PdxCodeGuild/PythonFullStack2

Repository files navigation

PythonFullStack2

Build Status Coverage

These don't have to cover a topic thoroughly, as long as they have links to help people to find the information if they want to. The point is to make the material as accessible as possible. As each doc is completed, make the text into a link to the doc, so we'll have a table of contents at the end.

Reference Material

  • Reference
    • Libraries and Frameworks
      • javascript frameworks: angular, react, vue
      • css frameworks: bootstrap, materialize, milligram, skeleton
    • APIs
      • List of APIS
      • openweatherapi
      • twitter
      • github
      • spotify
    • Learning Resources
    • Other Resources
      • trello, wireframe.cc, articles, online books
    • Pre-Processors / Transpilers
      • html, css, javascript
      • using them with pycharm, codepen, with babel(?)
    • Markdown
      • what it's for, formatting rules
    • Databases and SQL
      • database engines
      • tables, queries, foreign key, primary key
      • sql vs nosql
      • executing sql in pycharm
    • How the Internet Works
    • How Computers Work

0 Pre-Course Docs

  • Pre-Course
    • CLI
      • what is the CLI? cd, ls, etc
      • opening a CLI on different OSs
      • what CLIs are available on different OSs
    • Installing Python
      • installation guide / links for different OSs
      • how to open the python interactive interpreter
      • how to run python files
    • Version Control & Git
      • overview of version control - why we use it
      • different forms of version control
      • installing git on different OSs
      • link to official git guides
      • basic git - init, clone, status, commit, push, pull
      • advanced git - branch, merge, undoing a commit?
    • IDEs and Text Editors
      • pycharm, atom, visual studio code
      • configuring and using them
    • Python Learning Resources
      • how much to study before the class starts

1 Python

2 HTML + CSS

3 JavaScript

  • Javascript
    • JavaScript Overview
      • inline javascript, script element, external file
      • variables, assignment
      • var, let, const
      • mutability, scope
      • javascript preprocessors
        • link to doc about setting preprocessors
    • Numbers, arithmetic operators, math
    • Strings
    • Comparisons and Conditionals
      • short-circuited evaluation
      • switch statements
    • loops
    • functions
      • decalartion, anonymous functions, arrow functions
    • objects, classes, methods, inheritance, oop
    • canvas drawing
    • timing
      • setTimeout, setInterval, requestAnimationFrame
    • dom manipulation
      • getElementById, querySelector, querySelectorAll
      • setAttribute
      • dataset
      • createElement, appendChild
      • event handlers
    • ajax, http methods
      • link to APIs doc

4 Django

  • Django
    • Django Overview
      • why django?
      • cli commands, file structure
      • custom management commands
    • Routes
    • Views
    • Templates
      • static files
    • Models
      • databases, ORM
      • fields - int, char, option
      • ORM syntax
    • Class-based views
    • Forms
    • User Management
    • Media Files
      • letting users upload files
      • save in the database
    • Deployment
    • Sending Email
    • Fixtures
    • Social Authentication
      • Github
      • Google
      • Facebook
      • Twitter
      • Spotify
    • CBVs
      • When and how to use them
      • More complex uses and generic CBVs
      • Writing your own Generic CBVs
    • Forms
      • What is a form?
      • When to use forms?
      • forms.* fields cheatsheet
      • How to control the HTML forms generate (eg. widgets)
      • Custom validation
    • APIs
      • JSON APIs
      • DRF and when to use it
      • CSRF and CORS in detail
      • Authentication Strategies
        • JWT
        • OAuth2
        • Cookie (UNSAFE)
        • Session (BAD)
      • DRF @api_view FBVs
      • DRF Generic CBVs
      • DRF Router
    • Middleware
      • What is middleware?
      • How to write your own middleware
      • When to write your own middleware
    • ORM
      • ORM in detail
      • How the ORM constructs queries, (aka lazily)
      • Advanced queries (Q object)
      • Seeing generated SQL
      • Relationships in more detail:
        • related_name
        • on_delete
        • Many to many relationships

5 Capstone

Post-Course Docs

About

main repo for the 12- and 16-week python fullstack course (python, html, css, javascript, and django)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published