This is my notebook for the book Automate_the_Boring_Stuff_with_Python. You could access this book for free. Thanks for the author Al Sweigart, we could have this wonderful learning metirials for python beginners.
Because the book didn't give solutions for the Practice Projects, so I add my solutions for other learners.
I hope this could help those people who study this book.
I haven't finish all practice projects. If you finish it, welcome to pull a request to add your solution.
Environment:Python 3
There are two major part of each chapter. The Chapter Projects and the Practice Projects. There are also some errors while dealing with the chapter projects.(Like Chapter 15 the multidownloadXkcd.py) And in each chapter floder, there is one jupyter notebook file, which recording my history with each chapter.
- [x] means solutions are available for both chapter projects and the practice projects in this chapter.