发布于 2015-11-12 00:25:20 | 214 次阅读 | 评论: 0 | 来源: 网友投递
PyCharm Python开发IDE
PyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。
PyCharm 5.0.1 发布,主要更新如下:
a fix for hangs on opening context menus (PY-17113)
a fix for tool windows not being hidden automatically (IDEA-146684)
Python 3.5 support fixes (PY-17282)
a fix for wrong encodings (PY-17568)
a fix for code inspections performance problems (PY-17356)
a fix for Docstring support (PY-17470)
a fix in the debugger for Attach to Process (PY-17465)
a GAE support fix (PY-17473)
and more
更多内容请看 Release Notes.
下载地址:download page.
问题报告: issue tracker.
PyCharm是由JetBrains打造的一款Python IDE。我们知道,VS2010的重构插件Resharper就是出自JetBrains之手。那么,PyCharm有什么吸引人的特点呢?
首先,PyCharm用于一般IDE具备的功能,比如, 调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制……
另外,PyCharm还提供了一些很好的功能用于Django开发,同时支持Google App Engine,更酷的是,PyCharm支持IronPython!