Is there an IDE that provides code completion for Python
Posted
by Justin Walgran
on Stack Overflow
See other posts from Stack Overflow
or by Justin Walgran
Published on 2008-08-03T14:22:28Z
Indexed on
2010/05/09
5:58 UTC
Read the original article
Hit count: 278
I am quite fond of the Intellisense code completion baked into Microsoft Visual Studio. I find that I only type 2 to 4 characters of any given keyword which drasticaly speeds up my coding. Now that I have been spending time writing some Python code I find myself reaching for ctrl+space.
Are there any IDEs that support code completion in Python? I do my python development on a Mac so an OS x tool would be preferable. It seems like the doc string property of Python methods is a perfect match for inline API discovery.
© Stack Overflow or respective owner