This repo is for the notes from the book Dive Into Python by Mark Pilgrim
- Chapter 01 | Installing Python
- Chapter 02 | The First Python Program
- Chapter 03 | Native Datatypes
- Chapter 04 | The Power of Introspection
- Chapter 05 | Object and Object Orientation
- Chapter 06 | Exceptions and File Handling
- Chapter 07 | Regular Expression
- Chapter 08 | HTML Processing
- Chapter 09 | XML Processing
- Chapter 10 | Scripts and Streams
- Chapter 11 | HTTP Web Services
- Chapter 12 | SOAP Web Services
- Chapter 13 | Unit Testing
- Chapter 14 | Test First Programming
- Chapter 15 | Refactoring
- Chapter 16 | Functional Programming
- Chapter 17 | Dynamic Functions
- Chapter 18 | Performance Tuning