Files
python-2020-5-day-class/docs/index.md
2020-12-08 19:50:19 -05:00

749 B

Welcome to Project Oriented Python 2020

Days

Day 0: Installation requirements

  • Install VSCode
  • Install Git
  • Install Python
  • Create a projects folder
  • Create a virtual environment
  • Install Django

Day 1: Python basics

  • The Interactive Python Prompt
  • A Python Program
  • A Django Project

Day 2: not, and, or, if

  • Back to the basics: and, or, not, if
  • Building a Terrible Weather App
  • Pulling it all together with some Django

Day 3: for

  • "For"
  • Creating an API
  • Reading an API with Python

Day 4: while

  • "While"
  • Let's build a menu
  • Threading

Day 5: import

  • "import"
  • Breaking apart our terrible weather app
  • Importing our menu