PyCharm 2017.3 发布,Python IDE

栏目: 软件资讯 · 发布时间: 8年前

内容简介:PyCharm 2017.3 发布了。PyCharm 是由 JetBrains 打造的一款 Python IDE。PyCharm 具备用于一般 IDE 的功能,比如, 调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。 主要更新...

PyCharm 2017.3 发布,Python IDE

PyCharm 2017.3 发布了。PyCharm 是由 JetBrains 打造的一款 Python IDE。PyCharm 具备用于一般 IDE 的功能,比如, 调试、语法高亮、Project管理、代码跳转、智能提示、自动完成、单元测试、版本控制。

主要更新内容:

  • PyCharm 2017.3 带来大量性能提升: Python 索引速度是原来的两倍, JavaScript indexing is up to 40% faster, configuring SSH interpreters is much faster (in some cases over 100x), and more!

  • 使创建和选择 Python 解释器更容易。 For example, PyCharm 2017.3 will remember if you prefer to put your virtualenv in your project folder, or in a separate folder (like your WORKON_HOME folder).

  • 新科学模型, which puts all the tools you need for data science at your fingertips (Scientific mode is only available in PyCharm Professional Edition)

  • 为构建(REST)API的人建立了全新的HTTP客户端。You can now write a request in a .http file, and then run it straight from the editor (Web development features are only available in PyCharm Professional Edition)

  • Django 2.0 即将发布, and we’re happy to announce that PyCharm 2017.3 fully supports the new version (Django support is only available in PyCharm Professional Edition)

  • PyCharm 2017.3 支持运行 Python 模块 (python -m <module name>)

  • 增加对 SSH config 文件的支持: if you’re using a complex setup with jump hosts, you can now connect to your machines effortlessly using the same config that you use on the command line (SSH is only supported in PyCharm Professional Edition)

更多内容

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Node.js:来一打 C++ 扩展

Node.js:来一打 C++ 扩展

死月 / 电子工业出版社 / 2018-6-1 / 109

Node.js 作为近几年新兴的一种编程运行时,托 V8 引擎的福,在作为后端服务时有比较高的运行效率,在很多场景下对于我们的日常开发足够用了。不过,它还为开发者开了一个使用C++ 开发 Node.js 原生扩展的口子,让开发者进行项目开发时有了更多的选择。 《Node.js:来一打 C++ 扩展》以 Chrome V8 的知识作为基础,配合 GYP 的一些内容,将教会大家如何使用 Node......一起来看看 《Node.js:来一打 C++ 扩展》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具