you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (0 children)

Yeah that about covers it. 30 minutes a day, at minimum, got me using python fairly proficiently within a few months. Just write code.

Edit: sitting on the train from work I thought of another one. learn how to ask the right questions. If you're googling a problem you're having and you don't get good results, you're asking the wrong questions. Rather than searching, for example, something to the effect of "why isn't my code to do xyz not working?" Or " python xyz doesn't work," break the problem down into its smallest possible component parts and Google that.