f = open(filename, 'r')
strings = f.read().lower()
I want a python editor/ide that works like visual studio. In the above after typing ‘f.’ it shows me the list of available functions and their documentation(DO NOT WAIT FOR ctrl-space). Just like visual express C#. Also preferably it shows autocomplete lists of all variables as well. Is there such an editor?
I have gone through several suggestions – eclipse , vim , emacs , pyscripter, komodo etc etc. Tired of trying. finally asking.
Help me out.
I have checked similar questions, none answered my query.
You can try Netbeans. It is free. Some of its features –
but on Ctrl+Space. (I don’t know why you don’t want to hit Ctrl+Space, otherwise every time you start writing something, you will be disturbed by a popup.)It has lots of other features… I can’t name them all here.
It is the best opensource IDE !