This repo is for the notes from the book A Byte of Python
- Chapter 05 | Basics
- Chapter 06 | Operators and Expressions
- Chapter 07 | Control Flow
- Chapter 08 | Functions
- Chapter 09 | Modules
- Chapter 10 | Data Structures
- Chapter 11 | Problem Solving
- Chapter 12 | Object Oriented Programming
- Chapter 13 | Input and Output
- Chapter 14 | Exceptions
- Chapter 15 | Standard Library
- Chapter 16 | More
This is followed by Dive Into Python from Mark Pilgrim, that repository can be found here