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

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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
构建高性能Web站点
郭欣 / 电子工业出版社 / 2009-8 / 59.00元
本书围绕如何构建高性能Web站点,从多个方面、多个角度进行了全面的阐述,涵盖了Web站点性能优化的几乎所有内容,包括数据的网络传输、服务器并发处理能力、动态网页缓存、动态网页静态化、应用层数据缓存、分布式缓存、Web服务器缓存、反向代理缓存、脚本解释速度、页面组件分离、浏览器本地缓存、浏览器并发请求、文件的分发、数据库I/O优化、数据库访问、数据库分布式设计、负载均衡、分布式文件系统、性能监控等。......一起来看看 《构建高性能Web站点》 这本书的介绍吧!