This is class material for python for beginners. It covers only the basic syntax with some practice material and a project.
- Setup
- Syntax
- Variables
- Control Statement, Loops
- Numbers Type and Computing
- Practice Numbers
- Boolean
- Strings
Slides, HW and Scratchbook
- Lists
- Sets
- Dictionary
- Operators
- Loops
Slides, HW and Scratchbook
- Functions
- Class Exercise
Slides, HW, HW Solution and Scratchbook
- Last HW Discussion
- Project Introduction
- Book I am using and recommend - [Python Programming , An introduction to Computer Science by John Zelle] (https://www.amazon.com/Python-Programming-Introduction-Computer-Science/dp/1590282752)
- Google Education python tutorial - https://developers.google.com/edu/python
- Official Python Beginner Guide - https://wiki.python.org/moin/BeginnersGuide