发布于 2015-08-22 05:07:14 | 160 次阅读 | 评论: 0 | 来源: 网友投递
PyCharm Python开发IDE
PyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。
PyCharm 4.5.4 Release Candidate 发布,此版本是 bug 修复更新版本,包括大量的修复和改进,详情请看发行说明。
值得关注的改进:
a fix for debugging external packages while using remote interpreters (PY-11462).
a number of fixes for the deployment subsystem.
a major fix for the Django manage.py tool (PY-16434).
a few fixes and improvements for the integrated Python debugger.
a fix for running IPython Notebooks with Anaconda (PY-15938).
a few fixes in order to support the local terminal for recently released Windows 10.
a number of improvements for python code insight, especially a fix for autocompletion when __init__.py contains __all__ (PY-14454).
a bunch of improvements in underlying IntelliJ Platform and much more.
Develop with Pleasure!
-PyCharm team
PyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。