Python 2.5

  • From: Jamal Mazrui <empower@xxxxxxxxx>
  • To: ProgrammingBlind@xxxxxxxxxxxxx
  • Date: Thu, 18 Jun 2009 06:17:57 -0400 (EDT)

To any beginning Python programmers, this is the version I recommend using
rather than 2.6 or 3.x.  If you know what you are doing and have a
specific need to use the later versions, then go for it.  Otherwise, you
will probably encounter compatibility problems with popular 3rd party
Python libraries, including py2exe -- the one that lets you create
independent executables on Windows.  In my opinion, there is almost no
functionality that one loses by using 2.5 at this time.  2.6 and 3.x are
mainly a matter of syntax changes and re-organization of built-in modules
so far.

This is not a disapproval of the direction the Python language is
going -- just a reality check on what is working well at present, so
beginners can minimize headaches.

Jamal

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: