Thread: Python 3.0
View Single Post
Old 01-24-2009, 04:03 PM   #5 (permalink)
Throag
Registered User
 
Join Date: Aug 2002
Location: Paris
Posts: 375
+1 Internets
Quote:
Originally Posted by Rufus View Post
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
Throag is offline   Reply With Quote

 
Uberguilds Network