• Stars
    star
    184
  • Rank 202,759 (Top 5 %)
  • Language
    Jupyter Notebook
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Solutions for Automate the Boring Stuff with Python

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.
  • [x] Chapter 2 โ€“ Flow Control
  • [x] Chapter 3 โ€“ Functions
  • [x] Chapter 4 โ€“ Lists
  • [x] Chapter 5 โ€“ Dictionaries and Structuring Data
  • [x] Chapter 6 โ€“ Manipulating Strings
  • [x] Chapter 7 โ€“ Pattern Matching with Regular Expressions
  • [ ] Chapter 8 โ€“ Reading and Writing Files
  • [x] Chapter 9 โ€“ Organizing Files
  • [ ] Chapter 10 โ€“ Debugging
  • [ ] Chapter 11 โ€“ Web Scraping
  • [ ] Chapter 12 โ€“ Working with Excel Spreadsheets
  • [ ] Chapter 13 โ€“ Working with PDF and Word Documents
  • [ ] Chapter 14 โ€“ Working with CSV Files and JSON Data
  • [ ] Chapter 15 โ€“ Keeping Time, Scheduling Tasks, and Launching Programs
  • [ ] Chapter 16 โ€“ Sending Email and Text Messages
  • [ ] Chapter 17 โ€“ Manipulating Images
  • [ ] Chapter 18 โ€“ Controlling the Keyboard and Mouse with GUI Automation