Python Course
This is a course that I'm planning on teaching. I'll use this space to collect thoughts and plan lessons.
work in progress
Roadmap
Py - Day 0
- brief discussion about learning
- learn programming with a functions first approach
- start developing immediately with an online repl
- work through a few problems using only functions and basic operators
- establish async communications so students can help each other out
Py - Day 1
- getting setup for python development on your local machine
- discuss unit testing - get setup for unit testing on local machine