Differences between revisions 13 and 14
Revision 13 as of 2008-10-24 06:16:36
Size: 2166
Comment: actually, Komodo Edit is open source
Revision 14 as of 2008-11-15 09:16:00
Size: 2198
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Coverage of Tools, editors and IDE's that support Jython or at least Python to some degree or another. Some of these may have better support for Jython then others. As with most things [http://www.urbandictionary.com/define.php?term=YMMV YMMV] and all of these can be tried for free. Coverage of Tools, editors and IDE's that support Jython or at least Python to some degree or another. Some of these may have better support for Jython then others. As with most things [[http://www.urbandictionary.com/define.php?term=YMMV|YMMV]] and all of these can be tried for free.
Line 12: Line 12:
 * [http://wiki.python.org/moin/PythonEditors Python Editors] from the Python Wiki
 * [http://pydev.sourceforge.net/ Pydev] - If you use Eclipse, Pydev is pretty amazing.
 * [http://www.fabioz.com/pydev/ Pydev Extentions] - These make Pydev awsome. (commerical)
 * [http://fabioz.com/pydev/manual_articles_scripting.html Scripting Pydev with Jython]
 * [https://nbpython.dev.java.net/ npython] - Netbeans support. for those of us that detest Eclipse.
 * [http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml Komodo Edit] - Active``State's Free and open source (see [http://www.openkomodo.com/ OpenKomodo]) editor
 * [http://www.activestate.com/Products/komodo_ide/index.mhtml Komodo IDE] - Active``State's Python IDE (commercial)
 * [http://jhepwork.sourceforge.net/ jHepWork] - Jython IDE with integrated Jython shell.
 * [http://www.jedit.org/ jEdit] - jEdit is a programmer's text editor which has a many plugins
   * [http://plugins.jedit.org/plugins/?JythonInterpreter JythonInterpreter] - provides support for writing jEdit macros in Python.
   * [http://jpydbg.sourceforge.net/ JPyDbg]- for jEdit and Netbeans
 * [http://code.google.com/p/jrfonseca/wiki/PythonMonkey Python Monkey] - adds support for Python language to the Eclipse Monkey plugin, using Jython.
 * [[http://wiki.python.org/moin/PythonEditors|Python Editors]] from the Python Wiki
 * [[http://pydev.sourceforge.net/|Pydev]] - If you use Eclipse, Pydev is pretty amazing.
 * [[http://www.fabioz.com/pydev/|Pydev Extentions]] - These make Pydev awsome. (commerical)
 * [[http://fabioz.com/pydev/manual_articles_scripting.html|Scripting Pydev with Jython]]
 * [[https://nbpython.dev.java.net/|npython]] - Netbeans support. for those of us that detest Eclipse.
 * [[http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml|Komodo Edit]] - Active``State's Free and open source (see [[http://www.openkomodo.com/|OpenKomodo]]) editor
 * [[http://www.activestate.com/Products/komodo_ide/index.mhtml|Komodo IDE]] - Active``State's Python IDE (commercial)
 * [[http://jhepwork.sourceforge.net/|jHepWork]] - Jython IDE with integrated Jython shell.
 * [[http://www.jedit.org/|jEdit]] - jEdit is a programmer's text editor which has a many plugins
   * [[http://plugins.jedit.org/plugins/?JythonInterpreter|JythonInterpreter]] - provides support for writing jEdit macros in Python.
   * [[http://jpydbg.sourceforge.net/|JPyDbg]]- for jEdit and Netbeans
 * [[http://code.google.com/p/jrfonseca/wiki/PythonMonkey|Python Monkey]] - adds support for Python language to the Eclipse Monkey plugin, using Jython.
Line 28: Line 28:
 * [:JythonDeveloperGuide/EclipseNotes:EclipseNotes]
 * [:JythonDeveloperGuide/NetbeansGuide:NetbeansGuide]
 * [[JythonDeveloperGuide/EclipseNotes|EclipseNotes]]
 * [[JythonDeveloperGuide/NetbeansGuide|NetbeansGuide]]
Line 34: Line 34:
 * These are [http://wiki.python.org/moin/DevelopmentTools Tools] listed on the python Wiki  * These are [[http://wiki.python.org/moin/DevelopmentTools|Tools]] listed on the python Wiki

Jython Tools

Coverage of Tools, editors and IDE's that support Jython or at least Python to some degree or another. Some of these may have better support for Jython then others. As with most things YMMV and all of these can be tried for free.

  • /!\ Please dont hesitate if you have anything to add to this list. Thanks

Editors

Usage notes

Ok, so these are a bit more advanced then is needed here but...its the general idea.

Other Resources

  • JythonUsers : you might also find something interesting here.

  • These are Tools listed on the python Wiki

JythonEditors (last edited 2010-04-21 13:49:01 by host-1-1)