Skip to content

Commit 75be0cd

Browse files
committed
add automate boring things book - shouldve been on there a long time ago
1 parent fa3b692 commit 75be0cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/pages/01-introduction/08-best-python-resources.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ should skip down to the next section for "experienced developers".
3333
and problems rather than jumping into a specific language that's recommended
3434
to you by a friend.
3535

36+
* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
37+
is an incredible book for both non-developers and professional developers
38+
alike. Each chapter walks through a situation that can be automated using
39+
Python such as manipulating images, organizing your files and
40+
programmatically controlling your mouse and keyboard to handle any sort
41+
of tasks.
42+
3643
* [CS for All](http://www.cs.hmc.edu/csforall/) is an open book by professors
3744
at Harvey Mudd College which teaches the fundamentals of computer science
3845
using Python. It's an accessible read and perfect for programming beginners.

0 commit comments

Comments
 (0)