Add IDEs section

This commit is contained in:
Asad Dhamani 2015-06-09 03:56:18 +05:30
parent de928e61e6
commit d603d244f2
1 changed files with 11 additions and 0 deletions

View File

@ -80,6 +80,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Miscellaneous](#miscellaneous)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [Editor Plugins](#editor-plugins)
- [IDEs](#ides)
- [Resources](#resources)
- [Websites](#websites)
- [Weekly](#weekly)
@ -1108,6 +1109,16 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [Linter-flake8](https://github.com/AtomLinter/linter-flake8) - An addon to `linter`, that acts as an interface for `flake8`.
* [virtualenv](https://github.com/jhutchins/virtualenv) - Atom package for virtualenv management.
## IDEs
*Popular Python IDEs*
* [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE based on the IntelliJ platform by JetBrains. Has free community edition available.
* [Komodo](http://komodoide.com/) - Commercial polyglot IDE with support for Python.
* [LiClipse](http://www.liclipse.com/) - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.
* [Spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
* [Wingware](http://wingide.com/) - Commercial IDE for Python.
# Resources
Where to discover new Python libraries.