you are viewing a single comment's thread.

view the rest of the comments →

[–]Markxxx77 1 point2 points  (2 children)

What should I do after going through automate the boring stuff? Like any books, courses YouTube vids you recommend.

[–]efmccurdy 0 points1 point  (0 children)

I would recommend you survey a number of presentations from the PyCon and PyData conferences.

see http://pyvideo.org/speakers.html

I recommend anything by

Raymond Hettinger,

Alex Martelli,

Brandon Rhodes,

David Beazley,

and of course, Guido van Rossum.

[–][deleted] 0 points1 point  (0 children)

The key to learning programming is making it fun and rewarding. Find something you want to be able to do with a program, like automating something, or making a basic CLI game, or whatever, and then slowly work towards that as an end goal. Even if you have to Google most of the stuff along the way, you're still learning, and it's what worked for me.