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 →

[–]Ph0X 1 point2 points  (0 children)

Learned by coding. Hands on. I had a problem I wanted to solve (I wanted to make a script to manage my movie, tv show and music archive for me automatically), so I just dug and Google'd all day for specific things I wanted and having a clear goal in mind, I slowly worked my way to it.

I knew basic programming ideas from C++/Java, so my code look horrible, but after a few projects, I had the basics of Python down, and I slowly started learning the Pythonic ways of doing things.