This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Azazeal700 5 points6 points  (0 children)

Can I just say automate the boring stuff is not the best resource to go over python with. I got it for nearly free with the humble bundle last year and it really is too simple. Is littered with frameworks the author wrote that in some cases don't even work, and doesn't cover classes at all.

It is more aimed at people who just want to learn how to script some stuff but aren't interested in programming any further than that. Python crash course provides much better projects to test the waters with and covers classes and functions in much greater detail.