发布于 2016-03-19 00:17:55 | 235 次阅读 | 评论: 0 | 来源: 网友投递
PyCharm Python开发IDE
PyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。
PyCharm 2016.1 RC 发布了。
改进日志:
Code Insight | Feature | PY-18598 | Proposal to extend PY2 type signatures with "(...) -> rtype" |
Feature | PY-18741 | Support inline comments with type annotations for individual function parameters | |
Feature | PY-18254 | Support Python 2.7 additions to PEP 484 | |
Bug | PY-18820 | Intention "Annotate types" inserts "NoneType" instead of plain "None" in function type comments | |
Bug | PY-18726 | PEP 484 function type comments containing Callable types are not recognized | |
Bug | PY-18762 | Support annotations for homogeneous tuples, e.g. Tuple[int, ...] | |
Bug | PY-18763 | Support annotations for callable objects with unconstrained parameter types | |
Bug | PY-18739 | Old type format for auto-generated annotations | |
Exception | PY-18328 | CTRL+ALT+B on method leads to excpetion | |
Debugger | Bug | PY-18780 | Remote debugger: incorrect warning |
Bug | PY-18655 | PyCharm ships with "tests" pydev helper |
下载地址:http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+(EAP)