Section 1: Get started right
* Write your first Python programs by the end of chapter 2
* Design and develop programs that are built with functions and modules by the end of chapter 4
Test and debug your programs like a pro
Use lists and tuples and store their data in text, CSV, or binary files
* Handle exceptions, including file I/O exceptions…