a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
o11c  ·  3189 days ago  ·  link  ·    ·  parent  ·  post: Dear Hubski, what do you want to learn?

Make sure you use Python3, it has less gotchas than Python2 and Python2 is rapidly approaching EOL.

If you're using a tutorial intended for Python2, just jiggle it until it works in Python3, you'll even learn more that way.

--

Also the new static typing module (part of the standard library in 3.5, but only checked by third-party tools which lets you backport to 3.2 (with limited support for 2.7)) is awesome. I'm currently working on making its error messages better ...