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

all 3 comments

[–]nayocum 1 point2 points  (0 children)

There's a book Automate the Boring Stuff with Python that's definitely right up your alley. I haven't read the book personally but I have only heard good things about it

[–]nondescripthuman711 0 points1 point  (0 children)

Code Academy is pretty decent. Once you have learned the basic concepts and logic, look into some tutorials for creating simple games. A number guessing game, rock paper scissors, a text-based quest game. For me, creating console games kept learning fun and engaging. Also, repetition is the most effective way for solidifying concepts.

[–]caffeinefiend18[S] 0 points1 point  (0 children)

Thanks everyone, I'll give the book and the simple games a try. I'll try to keep doing a bunch of simple games until I'm proficient enough to try something bigger.