You are not logged in.

#1 2009-12-30 21:31:18

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

What's so great about python 3?

From what I read, it seems like I just have to type more to do the same thing.


Personally, I'd rather be back in Hobbiton.

Offline

#2 2009-12-30 22:09:53

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: What's so great about python 3?

Offline

#3 2009-12-30 23:35:41

jordi
Member
Registered: 2006-12-16
Posts: 103
Website

Re: What's so great about python 3?

Maybe a little bit shorter than that:

Basically they just changed some things which some people found to be inconsistend or unnecessary / unneeded / whatsoever. To accomplish that they had to break backward compatibility.

Other than that, there is nothing really special about it. If you are new to python or didn't use that many language features you probably don't even notice any difference (other than the print statement)

Offline

#4 2009-12-31 01:43:28

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: What's so great about python 3?

or didn't use that many language features you probably don't even notice any difference

Completely agree. Another thing you may see is faster run time because of optimizations. That's I'll I could think of.

Offline

#5 2009-12-31 02:54:26

alexmatos
Member
From: Rio de Janeiro, Brasil
Registered: 2007-08-06
Posts: 124

Re: What's so great about python 3?

tomd123 wrote:

or didn't use that many language features you probably don't even notice any difference

Completely agree. Another thing you may see is faster run time because of optimizations. That's I'll I could think of.

There's also internalization. In Python 3 Unicode is the default for strings, which is great for me, as I'm not American. Python 3.0 and Python 2.6 are essentially the same, but I see the first as a refinement of the other.

Offline

Board footer

Powered by FluxBB