Autocompletion and Interactive Tables in a Python IDE

Colin J. Williams cjw at ncf.ca
Fri Jul 25 08:12:59 EDT 2008


Anthony wrote:
> Hi, I'm a FoxPro programmer, but I want to learn python before it's
> too late.  I do a lot of statistical programming, so I import SPSS
> into python.  In my opinion, the best features of Visual FoxPro 9.0
> were:
> a) Intellisense (tells you what classes/methods are available and what
> variables go into a function)
> b) Code Completion (guesses your code after four letters)
> c) Data-Orientation; multiple data sessions can be open, data can be
> viewed easily
> 
For Windows users, PyScripter provides 
a) and b).  I don't understand what
you are seeking with c).

Colin W.



More information about the Python-list mailing list