Files
python-2020-5-day-class/docs/index.md
2020-10-28 10:21:35 -04:00

313 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