Re: Python IDE/Eclipse

2011-08-26 Thread Moises Alberto Lindo Gutarra
I like Aptana Studio http://www.aptana.com/products/studio3 2011/8/26 Dave Boland : > I'm looking for a good IDE -- easy to setup, easy to use -- for Python.  Any > suggestions? > > I use Eclipse for other projects and have no problem with using it for > Python, except that I can't get PyDev to in

Re: Python 3.2 vs Java 1.6

2011-04-08 Thread Moises Alberto Lindo Gutarra
I work with java since 1997 and with python three years ago, and i really think that python performance is much better than java, i made same applications using both and python always responses better. Try to do the same with a little appication accesing data bases, using ftp clients, etc and you w

Re: Running Multiple Versions

2008-01-15 Thread Moises Alberto Lindo Gutarra
that is correct, you can work several version of python in same machine. When you execute some script you only need redirect %PATH% and %PYTHONPATH% 2008/1/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi, > > We are windows shop with some unix servers as well. We run 2.4.1 and > want to begin migr