This is intentded to be an introductory course to programming and programming concepts using Python. It is being developed for use with my children for their homeschooling.
- Creating Files and Folders
- Using VSCode
- Introduction to Git and Github
- Printing Data to the Screen
- Simple Variables
- Input from User
- Inputs from Arguments
- If Statement
- Comparison Operators
- While loop
- Lists (Arrays)
- Looping through lists
- Dictionaries
- Reading and Writing files
- ??