Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Automate Boring Stuff #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions python.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ language and is the best pocket reference to look stuff up quickly.
This book helps you to learn Python quick and easy. The HTML version is
available online for free.

## [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
* Al Sweigart

In this book, you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand-no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation.

Step-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.

## Beginning Python: From Novice to Professional
* Magnus Lie Hetland
* 2008
Expand Down