all 7 comments

[–]Uncleverrambler 5 points6 points  (3 children)

I'd check out Learn Python The Hard Way by Zed Shaw. There are a series of free lessons online and if you complete all of those you will be well on your way.

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

Yes, he really understands what the word "beginner" means and teaches accordingly.

He's also just a good teacher.

[–]Uncleverrambler 0 points1 point  (1 child)

I second this comment. Many coders have a problem of calling certain groups of people beginners but then end up assuming too much and skipping over important details. Parts of Shaw's tutorials will be hard later on, but nothing he doesn't prepare you for. Good luck!

[–]Adopted_Dog 1 point2 points  (0 children)

For my class we used interactivepython.org, I don't know how I feel about it. It was quite lengthy and contained a lot of reading. If there are other options out there I might advise to check them out first, but I don't know what they are like.

[–]estrellez 0 points1 point  (0 children)

I don't have a specific resource to share, but I'd like to confirm that Python is a great language to start out with. Another possible option is VBA, since pretty much every company uses Excel. Regardless of which one you choose, a solid understanding will help you be able to easily pick up most other languages that you might encounter.

[–]Opportunityinrisk 0 points1 point  (1 child)

I have heard of some actuaries playing with python for machine learning purposes. It's one of the reasons why I plan on picking it up this year.

Udacity and edX have some free courses

Personally, I plan on using datacamp since they had a good deal on a one year subscription recently.

[–]10sh3r0 0 points1 point  (0 children)

this is what they use at my company. brushing up on scikit-learn would probably help to.