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 the boring stuff with python #42

Open
wants to merge 1 commit 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
2 changes: 2 additions & 0 deletions resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ There are a lot of web frameworks in Python. If you don't already know which fra

[Learn Python The Hard Way](https://learnpythonthehardway.org/) General Python intro with a focus on repetition to build a foundation of understanding. This one costs money.

[Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) Introduction to Python for non-programmers through manipulating text files and spreadsheets. Read online for free or buy in print and ebook form for money.

## Non-beginner resources

For people familiar with Python, or experienced programmers
Expand Down