atbs2-projects
atbs2-projects copied to clipboard
My solutions to the Automate the boring stuff 2nd Ed. practice projects
These are my solutions to the Automate the boring stuff 2nd Ed. practice projects by Al Sweigart. This is a very good book for someone new to programming and python. It is free to read under a Creative Commons License, or you could do the author a favor and buy the book.
There are no solutions to the projects in the book, so here are mine.
Contents
Chapter 1: Python Basics
No Practice Projects
Chapter 2: Flow Control
No Practice Projects
Chapter 3: Functions
Chapter 4: Lists
Chapter 5: Dictionaries and Structuring Data
Fantasy Game Inventory / List to Dictionary Function for Fantasy Game Inventory
Chapter 6: Manipulating Strings
Chapter 7: Pattern Matching with Regular Expressions
Regex Version of the strip() Method
Chapter 8: Input Validation
Write Your Own Multiplication Quiz
Chapter 9: Reading and Writing Files
Chapter 10: Organizing Files
Chapter 11: Debugging
Chapter 12: Web Scraping
Chapter 16: Working with CSV Files and JSON Data
I will add the later chapters as i'm progressing through the book.