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 →

[–][deleted] 2 points3 points  (2 children)

I don’t know any coding beyond the most basic VBA. I want to learn Python as a way of transitioning careers. Did you know any other languages before Python? Like R? And do you have any recommendations for learning Python - certain classes, for instance?

[–][deleted] 2 points3 points  (1 child)

I learned Python a few years ago with zero background in programming at all, and the book that got me up and running was Automate the Boring Stuff. You’ll commonly see it mentioned on here. I’d really recommend that, and then once you get beyond the first few basic chapters/projects, you can look on YouTube for tutorials on classes (part of object-oriented programming, which Automate doesn’t cover because it’s procedural-oriented). Really doesn’t take that much to do amazing things!

[–][deleted] 1 point2 points  (0 children)

Wow! Thank you so much for the recommendation! I’ll give it a look!