Quote:
Originally Posted by Rufus 2.6 is going to have a lot of resources and it's a good place to start, but try the 3.0 tutorial first unless you're going to have to support 2.6 code immediately. If you learn the 2.x branch first, there are a few common things you'll have to unlearn that, in a pinch, you can import into 2.6 from 3.0 with the 'from future' directive if absolutely necessary. |
I like being able to import stuff from the future

I also love being able to type "import antigravity" and get a result...
<3 python