Home > Articles > Programming > Python

Python 3: The Evolution of a Programming Language

Wesley Chun
  • PrintPrint
  • Share ThisShare This
  • DiscussDiscuss
Major revisions to any programming language are alarming, but Wesley J. Chun believes that Python 3.x brings real improvements to solve long-established problems. He points out some of the more interesting changes that obliterate design flaws and outdated functionality carried across from release to release, promising that you'll find Python 3 to be leaner, meaner, and more powerful than ever before.

Introduction

Python 3.0 represents an evolution of the language that will not execute most older code written against the 2.x interpreters. This doesn't mean that you won't recognize it any more, or that "major" porting is required to make old code work under 3.x. Believe it or not, the new syntax is quite similar to that of the past. However, when the print statement no longer exists, it's easy to "break" the old code. This article discusses print and other 3.x changes, and we'll shed some light on the "required evolution" that Python must undergo to be better than it used to be. Finally, we present a few migration tools that may help you in your transition to Python 3.x.

  • Share ThisShare This
  • Your Account

Discussions

Make a New Comment

You must log in in order to post a comment.

Related Resources

Jennifer  BortelWin FREE iPhone Developer Books and Videos- Introducing @InformIT Giveaways
By Jennifer Bortel on February 5, 2010 No Comments

Apples’s recent iPad announcement made our hearts flutter so we couldn’t resist making an announcement of our own!

Today marks the first ever @InformIT Giveaway!

We’ll regularly post a video like this one profiling spectacular prizes we’re giving away—from books and videos to T-shirts and other exciting stuff. Check out the video below to see the giveaways for today, and then scroll down for more prize details and instructions on how to win them!

Dustin Sullivan"Every OSX developer should have this book on their desk."
By Dustin Sullivan on February 1, 2010 No Comments

That was the sentence Mike Riley ended his recent Dr Dobb's CodeTalk review of Cocoa Programming Developer's Handbook with.

David ChisnallCocoa Tip of the Day, 1/29/10
By David Chisnall on January 29, 2010 No Comments

Don't ignore old versions of OS X.

See All Related Blogs

Informit Network