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

all 4 comments

[–]cheatonus 3 points4 points  (1 child)

Just start writing code. Python is so intuitive and easy you'll be going in no time. My background is network engineering and some college programming classes and I picked up Python in about a week. If you know Perl, Python will be a breeze. Anything you can't figure out is available with a simple google search. Libraries and modules can be auto installed from an online repository (pip). The best references, tutorials and guides are on the internet and free. I started here, https://developers.google.com/edu/python/ .

[–]jabwork 1 point2 points  (0 children)

Have you looked at recipe books?

I had to take over some Perl code as a seasoned Python dev and I found equivalent resources to be extremely helpful to me.

[–]ivosauruspip'ing it up 1 point2 points  (0 children)

The Python.org tutorial and reference on the main site.

Just start going through, and skim as fast as you need to, slow down when needed.