Changes between Version 327 and Version 328 of DjangoResources


Ignore:
Timestamp:
Apr 23, 2012, 1:31:23 PM (12 years ago)
Author:
Aaron C. de Bruyn
Comment:

Added initial section on IDEs

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v327 v328  
    433433== Django Hosting ==
    434434 * [http://freedjangohosting.com Free Django Hosting :] list of paid and free best django hosts.
     435
     436== Integrated Development Environments ==
     437 * [http://www.aptana.com/products/studio3/download Aptana Studio] - "The world’s most powerful open-source web development IDE"
     438 * [http://www.eclipse.org/ Eclipse] - "an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle."
     439 * [http://eric-ide.python-projects.org/ ERIC] - "Eric is a full featured Python and Ruby editor and IDE, written in python."
     440 * [http://www.geany.org/ Geany] - "Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment."
     441 * [http://www.activestate.com/komodo-ide Komodo IDE] - "The Professional IDE for Python, PHP, Ruby, !JavaScript, Perl, Web and Cloud Dev"
     442 * [http://webpages.charter.net/edreamleo/front.html LEO] - "A premier Integrated Development Environment, fully scriptable using Python."
     443 * [http://notepad-plus-plus.org/ Notepad++] - "Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License."
     444 * [http://www.jetbrains.com/pycharm/ PyCharm] - "Python IDE with complete set of tools for productive development with Python programming language."
     445 * [http://pydev.org/ PyDev] - "!PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and !IronPython development."
     446 * [http://code.google.com/p/pyscripter/ PyScripter] - "An open-source Python Integrated Development Environment (IDE)"
     447 * [http://scribes.sourceforge.net/ Scribes] - "Simple, slim and sleek, yet powerful."
     448 * [http://pythonide.stani.be/ SPE IDE] - "Free python IDE for Windows, Mac & Linux with UML, !PyChecker, Debugger, GUI design, Blender & more"
     449 * [http://code.google.com/p/ulipad/ ulipad] - "Ulipad is a wxPython powered, programmer oriented and flexible editor."
     450 * [http://wingware.com/ WING IDE] - "The Intelligent Development Environment for Python Programmers"
Back to Top