What IDE would you recommend for Python development? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T21:03:04Z http://stackoverflow.com/feeds/question/135029 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/135029/what-ide-would-you-recommend-for-python-development 2 What IDE would you recommend for Python development? Rui Vieira 2008-09-25T18:23:06Z 2009-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#135036 8 Answer by verticalarhat for What IDE would you recommend for Python development? verticalarhat 2008-09-25T18:24:07Z 2008-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#135040 2 Answer by Thomas Wouters for What IDE would you recommend for Python development? Thomas Wouters 2008-09-25T18:24:31Z 2008-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#135042 1 Answer by Kyle Burton for What IDE would you recommend for Python development? Kyle Burton 2008-09-25T18:24:39Z 2008-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&amp;rlz=1C1GGLS_enUS291&amp;q=activestate+python+ide&amp;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#135043 0 Answer by Rich B for What IDE would you recommend for Python development? Rich B 2008-09-25T18:24:44Z 2008-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#135048 1 Answer by pmlarocque for What IDE would you recommend for Python development? pmlarocque 2008-09-25T18:25:01Z 2008-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#135061 3 Answer by Chris Marasti-Georg for What IDE would you recommend for Python development? Chris Marasti-Georg 2008-09-25T18:27:17Z 2008-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#135144 4 Answer by Harold Ekstrom for What IDE would you recommend for Python development? Harold Ekstrom 2008-09-25T18:41:03Z 2008-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#136700 3 Answer by camflan for What IDE would you recommend for Python development? camflan 2008-09-25T22:52:13Z 2008-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#1201485 0 Answer by for What IDE would you recommend for Python development? 2009-07-29T16:30:54Z 2009-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#1635330 0 Answer by Aravind for What IDE would you recommend for Python development? Aravind 2009-10-28T05:24:39Z 2009-10-28T05:24:39Z <p>use Emacs editor..Its very powerful .we can access many at time.open source.free</p>