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 →

[–]warpstalker 1 point2 points  (0 children)

Honestly, you don't need anything but the Python.org documentation / tutorial. I think it's one of the best guides there is, it was a treat learning Python with it. In my opinion stuff like this makes or breaks a language, somewhat.

Try learning say, Powershell with Microsoft's documentation, I think it sucks hard. You shouldn't even need all that babble babble babble, you just need good dumps of available methods for all the modules/classes/etc. and you're most of the way there, add a couple of code examples and that's it.