This repository includes the materials we used in class to learn python basics. It is a 12 week course, including the project at the end. I will be adding all the materials after every class.
This section includes the raw materials I prepared before class, it is meant to be used as for same purpose, or if anyone is interested only in major titles I planned to teach in that class.
This section is for students and parets to see the notes we finally have when the section or class ends. The students are already required to take notes -should look almost same with mine- you can compare and check the missing parts.
Homework questions are listed in the After Class file.
File names are in format; L (Lecture) + Class number + Section + The topic name
Example: L3.2 - Operators and Expressions in Python.py
Week | Date | Topic | Raw File |
---|---|---|---|
Week 2 | 02/3/2019 | Data Types & Math Functions | |
Week 3 | 02/10/2019 | Variables in Python | Prep version |
Operators and Expressions in Python | Prep version | ||
Week 4 | 02/17/2019 | Bitwise in Python | Prep version |
Strings in Python | Prep version | ||
Week 5 | 02/24/2019 | Strings in Python - Part 2 | Prep version |
Week 6 | 03/03/2019 | Lists in Python | Prep version |
Week 7 | 03/10/2019 | More on Lists and Tuples + Mini quiz | Prep version |