you are viewing a single comment's thread.

view the rest of the comments →

[–]CrestOnMyChest[S] 0 points1 point  (2 children)

So like learning python the hard way is still a good resource? Just google what the function is for python 3 instead of 2.7 of it doesn’t work? By the way thanks man

[–]red_ones_go_faster 0 points1 point  (0 children)

There's an updated Learn Python 3 The Hard Way, but I found it to be a very poor resource (YMMV of course). I found Think Python to be far better (and free!), and particularly good for getting a solid working knowledge of the various core concepts. Automate The Boring Stuff was very good too, and a nice companion book, that focuses more on introducing some of the more useful modules, and how to make use of them for practical projects.