Python 3 For Python 2 Users

T

Tim Daneliuk

I code in Python 2.x intermittently and have only casually watched the
3.x development discussions. Now it's time to get up to speed.
Has someone written a tutorial for people in my situation. Yes, I've
looked at the release notes, but I'm looking for something that
motivates all the major changes to give me a better sense of the
Gestalt of the new language.

TIA,
 
P

pruebauno

I code in Python 2.x intermittently and have only casually watched the
3.x development discussions.  Now it's time to get up to speed.
Has someone written a tutorial for people in my situation.  Yes, I've
looked at the release notes, but I'm looking for something that
motivates all the major changes to give me a better sense of the
Gestalt of the new language.

TIA,

For starters this should work:

http://docs.python.org/dev/3.0/whatsnew/3.0.html
 
T

Terry Reedy

Tim said:
I code in Python 2.x intermittently and have only casually watched the
3.x development discussions. Now it's time to get up to speed.
Has someone written a tutorial for people in my situation. Yes, I've
looked at the release notes, but I'm looking for something that
motivates all the major changes to give me a better sense of the
Gestalt of the new language.

All classes are subclasses of object.
Text strings are unicode.
Miscellaneous deletions.
Some new stuff, especially ABCs, though it may be awhile before they
really inpact Python practice.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top