mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 16:17:58 +00:00
commit
d533c5bc65
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)
|
||||
- [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.
|
||||
|
|
Loading…
Reference in a new issue