What IDE would you recommend for Python development? - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T21:03:04Zhttp://stackoverflow.com/feeds/question/135029http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development2What IDE would you recommend for Python development?Rui Vieira2008-09-25T18:23:06Z2009-10-28T05:24:39Z
<p>Why was looking for something that included many of the common modern-day tools, such as:</p>
<ul>
<li>Code refactoring</li>
<li>Code navigation</li>
<li>Debugger</li>
<li>etc...</li>
</ul>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/135036#1350368Answer by verticalarhat for What IDE would you recommend for Python development?verticalarhat2008-09-25T18:24:07Z2008-09-25T18:24:07Z<p>Eclipse with the PyDev plugin.</p>
<p><a href="http://pydev.sourceforge.net/" rel="nofollow">http://pydev.sourceforge.net/</a></p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/135040#1350402Answer by Thomas Wouters for What IDE would you recommend for Python development?Thomas Wouters2008-09-25T18:24:31Z2008-09-25T18:24:31Z<p>There is a comprehensive list at <a href="http://wiki.python.org/moin/IntegratedDevelopmentEnvironments" rel="nofollow">http://wiki.python.org/moin/IntegratedDevelopmentEnvironments</a> (as well as <a href="http://wiki.python.org/moin/PythonEditors" rel="nofollow">http://wiki.python.org/moin/PythonEditors</a>). It's safe to say that each one is preferred and recommended by at least one person, because it's a wiki ;-)</p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/135042#1350421Answer by Kyle Burton for What IDE would you recommend for Python development?Kyle Burton2008-09-25T18:24:39Z2008-09-25T18:24:39Z<p>Though I've never used it, I've heard good things about <a href="http://www.google.com/search?hl=en&rlz=1C1GGLS_enUS291&q=activestate+python+ide&btnG=Search" rel="nofollow">Active State's Komodo</a>. It is supported on Windows, Linux and OSX.</p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/135043#1350430Answer by Rich B for What IDE would you recommend for Python development?Rich B2008-09-25T18:24:44Z2008-09-25T18:24:44Z<p>I am sure you are not looking for something for .NET, but it is worth putting here: <a href="http://www.codeplex.com/IronPythonStudio" rel="nofollow">IronPython Studio</a></p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/135048#1350481Answer by pmlarocque for What IDE would you recommend for Python development?pmlarocque2008-09-25T18:25:01Z2008-09-25T18:25:01Z<p><a href="http://www.wingware.com/" rel="nofollow">Wingware Python IDE</a></p>
<p>Too bad it's not free!</p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/135061#1350613Answer by Chris Marasti-Georg for What IDE would you recommend for Python development?Chris Marasti-Georg2008-09-25T18:27:17Z2008-09-25T18:27:17Z<p><a href="http://stackoverflow.com/questions/60784/poll-which-python-ideeditor-is-the-best">This question</a>, <a href="http://beta.stackoverflow.com/questions/698/is-there-an-ide-that-provides-code-completion-for-python" rel="nofollow">this question</a> and <a href="http://stackoverflow.com/questions/7388/best-ides">this question</a> all deal with this topic, or one like it.</p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/135144#1351444Answer by Harold Ekstrom for What IDE would you recommend for Python development?Harold Ekstrom2008-09-25T18:41:03Z2008-09-25T18:41:03Z<p><a href="http://code.google.com/p/pyscripter/" rel="nofollow">PyScripter</a>. It's free!</p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/136700#1367003Answer by camflan for What IDE would you recommend for Python development?camflan2008-09-25T22:52:13Z2008-09-25T22:52:13Z<p>Vim (or gVim, or MacVim). </p>
<p>Free, <em>very</em> powerful. You can write your own functions, macros, extensions, etc in minutes and expand it's functionality. There are tons of plugins and a strong, die-hard community.</p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/1201485#12014850Answer by for What IDE would you recommend for Python development?2009-07-29T16:30:54Z2009-07-29T16:30:54Z<p>I think Pyscripter or <a href="http://sourceforge.net/projects/drpython/files/" rel="nofollow">http://sourceforge.net/projects/drpython/files/</a> Dr. Python are both my favorites on Windows (I did not see it (Dr. Python) listed in the master IDE list but I believe its a worthy candidate.) Not learning Linux for Python at the moment.</p>
http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development/1635330#16353300Answer by Aravind for What IDE would you recommend for Python development?Aravind2009-10-28T05:24:39Z2009-10-28T05:24:39Z<p>use Emacs editor..Its very powerful .we can access many at time.open source.free</p>