a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by o11c
o11c  ·  3402 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 ...





TheVenerableCain  ·  3402 days ago  ·  link  ·  

Yep! On Python3 at the moment due to the suggestion of a buddy who is much deeper into the programming world than me. I have no idea what the second part of your message means. I'm still an ultra-noob!