Re: Python 2.5

  • From: "Robert Lockwood" <rproglock@xxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 19 Jun 2009 15:04:46 -0500

Hello,



   What is the procedure for creating an executable file using python since 
python is an interpretor?

----- Original Message ----- 
  From: Jamal Mazrui<mailto:empower@xxxxxxxxx> 
  To: ProgrammingBlind@xxxxxxxxxxxxx<mailto:ProgrammingBlind@xxxxxxxxxxxxx> 
  Sent: Thursday, June 18, 2009 5:17 AM
  Subject: Python 2.5


  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<//www.freelists.org/list/programmingblind>

Other related posts: