mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Add IDEs section
This commit is contained in:
parent
de928e61e6
commit
d603d244f2
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -80,6 +80,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
- [Editor Plugins](#editor-plugins)
|
- [Editor Plugins](#editor-plugins)
|
||||||
|
- [IDEs](#ides)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [Weekly](#weekly)
|
- [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`.
|
* [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.
|
* [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
|
# Resources
|
||||||
|
|
||||||
Where to discover new Python libraries.
|
Where to discover new Python libraries.
|
||||||
|
|
Loading…
Reference in a new issue