PyCharm 是由 JetBrains 打造的一款 Python IDE。
PyCharm 支持一般 IDE 具备的功能,比如调试、语法高亮、Project 管理、代码跳转、智能提示、自动完成、单元测试、版本控制等。此外,PyCharm 还提供了一些很好的功能用于 Django 开发,同时支持 Google App Engine,更酷的是,PyCharm 支持 IronPython。
专业版与社区版的区别:
PyCharm Professional Edition | PyCharm Community Edition | |
---|---|---|
Intelligent Python editor | √ | √ |
Graphical debugger and test runner | √ | √ |
Navigation and Refactorings | √ | √ |
Code inspections | √ | √ |
VCS support | √ | √ |
Scientific tools | √ | × |
Web development | √ | × |
Python web frameworks | √ | × |
Python Profiler | √ | × |
Remote development capabilities | √ | × |
Database & SQL support | √ | × |
(贡献者:慢羊羊)
评分及评论