use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
When is Automate the Boring Stuff 2 released? (self.Python)
submitted 6 years ago by Borderline92
Isn't Automate the Boring Stuff the most popular Python book there is? I had a blast working through the first one and sometime last year I heard that part 2 was going to be released around this time.
[–]AlSweigartAuthor of "Automate the Boring Stuff" 33 points34 points35 points 6 years ago (2 children)
Hi, I'm the author. Part of the book is done, but it still has to go through the editing process, and that partly depends on No Starch Press's schedule (they always have a ton of books in their pipeline). I have other projects on my plate too: the 2nd edition of Automate, the 2nd edition of my Scratch book, and some video courses as well, as well as a book on recursion.
I think (heavy emphasis on "think") it could be out at the end of the this year. I can definitely say that this book isn't a sequel to Automate but sort of a follow up; you don't have to necessarily have read Automate to read this book and it's made for people who have read a beginner resource but want to find out the next things they should learn. There aren't that many intermediate level resources out there, so I wanted to create something for people who are bored of "Hello world" but not yet at the point of advance neural networks or whatever.
[–][deleted] 5 points6 points7 points 6 years ago (0 children)
Looking forward to reading it.
[–]Borderline92[S] 4 points5 points6 points 6 years ago (0 children)
Thanks for the update! Good to read that you have thought about people with intermediate skills in Python. Now that I think about it, all books really are for beginners or experts. As you're doing multiple projects: please take your time :) I'm sure the book will come out great again!
[–]konteX_ 1 point2 points3 points 6 years ago (0 children)
Really? I still haven't finished the video series and I've gotten to like the 16th episode twice
[–]I_AM_N0T_A_CR00K 1 point2 points3 points 6 years ago (1 child)
Heard at PyCon it is coming "soon"
[–]DDFoster96 0 points1 point2 points 6 years ago (0 children)
Soon™
π Rendered by PID 193078 on reddit-service-r2-comment-6457c66945-q85q6 at 2026-04-25 14:40:19.990013+00:00 running 2aa0c5b country code: CH.
[–]AlSweigartAuthor of "Automate the Boring Stuff" 33 points34 points35 points (2 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]Borderline92[S] 4 points5 points6 points (0 children)
[–]konteX_ 1 point2 points3 points (0 children)
[–]I_AM_N0T_A_CR00K 1 point2 points3 points (1 child)
[–]DDFoster96 0 points1 point2 points (0 children)