Soumen banerjee writes:
> Is there any IDE with support for autocomplete in python 2.6 with all
> the newer functions included?
Emacs, with the right library, is an excellent Python IDE with
auto-completion and many other features
http://tellarite.net/2008/05/09/emacs-as-a-powerful-python-ide/>.
Soumen banerjee wrote:
Hello,
I have just installed and run python 2.6.2 from the sources available
on the website. I notice that SPE (the editor which i used with python
2.5) is not displaying some of the functions new in 2.6 as
autocomplete options. Is there any IDE with support for autocomplet
Mike Driscoll wrote:
> On May 4, 10:13 am, Soumen banerjee wrote:
>> Hello,
>> I have just installed and run python 2.6.2 from the sources available
>> on the website. I notice that SPE (the editor which i used with python
>> 2.5) is not displaying some of the functions new in 2.6 as
>> autocompl
On May 4, 10:13 am, Soumen banerjee wrote:
> Hello,
> I have just installed and run python 2.6.2 from the sources available
> on the website. I notice that SPE (the editor which i used with python
> 2.5) is not displaying some of the functions new in 2.6 as
> autocomplete options. Is there any IDE
Hello,
I have just installed and run python 2.6.2 from the sources available
on the website. I notice that SPE (the editor which i used with python
2.5) is not displaying some of the functions new in 2.6 as
autocomplete options. Is there any IDE with support for autocomplete
in python 2.6 with all