What IDE support python 3.0.1 ?

Craig fasteliteprogrammer at yahoo.com
Thu Apr 16 09:17:31 EDT 2009


Well i use netbean is alot better i think and it work with 2.6 and 3.0

--- On Thu, 4/16/09, mousemeat <mousemeat at gmail.com> wrote:

From: mousemeat <mousemeat at gmail.com>
Subject: Re: What IDE support python 3.0.1 ?
To: python-list at python.org
Date: Thursday, April 16, 2009, 4:41 AM

Use eclipse with the pydev module.  I use python(x,y) which is a big
bundle of most of the python stuff you could possibly want (including
scientific stuff, but its not mandatory to use it) configured to work
together.  It uses python 2.5.

You can have the best of both worlds.  Search for 'from __future__
import'  to see how to get 3.0 features into 2.x, minimizing the
eventual upgrade hassles.
--
http://mail.python.org/mailman/listinfo/python-list



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090416/720cefcd/attachment.html>


More information about the Python-list mailing list