发布于 2017-10-05 23:19:44 | 211 次阅读 | 评论: 0 | 来源: 网友投递
PyCharm Python开发IDE
PyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具,比如调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。此外,该IDE提供了一些高级功能,以用于支持Django框架下的专业Web开发。
PyCharm 2017.3 EAP 4 发布了。PyCharm 是由 JetBrains 打造的一款 Python IDE 。主要更新内容如下:
When running a test from the context menu, it will now use the test runner you’ve configured for your project
For TypeScript: extract interface, and more refactorings and quick fixes [Pro only]
If you work with PostgreSQL date/time columns with timezone, you’ll be happy to learn that we’ve improved the handling of showing timezones. If you set the timezone for your session with SET TIMEZONE='europe/berlin';
this will now work correctly. [Pro only]
下载地址: