Google
 

Monday, September 3, 2007

Python 3000 released!


Python 3.0 has just been released! Be wary though, this is just an alpha release, with beta releases next year and hopefully the final version will be delivered by August 2008.

For those who are not familiar with Python, it is a high-level and multi-paradigm programming language (functional, object oriented and imperative) which has a fully dynamic type system and uses automatic memory management; it is thus similar to Perl, Ruby, Scheme, and Tcl. [wikipedia.org]

Its new version is called Python 300 (a.k.a. "Py3k", and released as Python 3.0) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. [python.org]

So if you are ready to learn the wonderful world of python, well I just started myself, click here to download the new alpha version of the language. Be warned though, this is not yet a stable release.

No comments: