Files
python-2020-5-day-class/docs/index.md
2020-11-09 21:21:05 -05:00

24 lines
488 B
Markdown

# Welcome to Project Oriented Python 2020
## Days
### [Day 0](day0.md): Installation requirements
- Install VSCode
- Install Git
- Install Python
- Create a projects folder
- Create a virtual environment
- Install Django
### [Day 1](day1.md): Python basics
- The Interactive Python Prompt
- A Python Program
- A Django Project
### [Day 2](day2.md): not, and, or, if
- Back to the basics: and, or, not, if
- Building a Terrible Weather App
- Pulling it all together with some Django