内容简介:Thonny 3.0.1 发布了,这是 Thonny 3.0 系列发布的首个稳定版本。 下载地址:https://thonny.org/ Thonny 是一个面向初学者的 Python IDE。Thonny 由爱沙尼亚的 Tartu 大学开发,它采用了不同的方法,因为它的调试...
Thonny 3.0.1 发布了,这是 Thonny 3.0 系列发布的首个稳定版本。
下载地址:https://thonny.org/
Thonny 是一个面向初学者的 Python IDE。Thonny 由爱沙尼亚的 Tartu 大学开发,它采用了不同的方法,因为它的调试器是专为学习和教学编程而设计的。
Thonny 3.0 包含以下的新功能:
新增语法和 UI 的主题 (https://bitbucket.org/plas/thonny/wiki/Theming)
断点和不同的调试模式 (https://thonny.org/blog/2018/08/11/version_3_0_beta.html)
核心内置对 MicroPythonCore 的支持 (https://bitbucket.org/plas/thonny-micropython)
新增辅助视图,对代码执行静态分析并尝试解释错误消息 (https://thonny.org/blog/2018/09/01/version_3_0_0b5.html)
调试时可后退一步 (https://thonny.org/blog/2018/05/04/version_2_2_0_beta.html)
新的 Windows 安装程序允许为所有用户安装 Thonny (https://thonny.org/blog/2018/07/25/version_2_1_21.html)
还有一些重要的变化
最低支持的 Python 版本(前端和后端)是 Python 3.5
最低支持的 Tk 版本是 8.6 (最新发布的 Python 版本 https://www.python.org 附带 Tk 8.6)
macOS bundle 至少要求 macOS 10.9。对于较旧的 mac,需要分别安装 Python (with Tk 8.6) 和 Thonny。
默认情况下,Thonny 使用相同的解释器运行用户程序,该解释器可运行前端(https://thonny.org/blog/2018/08/11/version_3_0_beta.html, section “New default back-end”)
pip GUI (Tools => Manage packages) 现在会将软件包安装到不同的位置 (https://thonny.org/blog/2018/08/11/version_3_0_beta.html, section “More straightforward user package management”)
查看更新日志以了解所有新功能和变更:https://bitbucket.org/plas/thonny/src/master/CHANGELOG.rst
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Thonny 3.0 首个稳定版发布,一个面向初学者的 Python IDE》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Computers and Intractability
M R Garey、D S Johnson / W. H. Freeman / 1979-4-26 / GBP 53.99
This book's introduction features a humorous story of a man with a line of people behind him, who explains to his boss, "I can't find an efficient algorithm, but neither can all these famous people." ......一起来看看 《Computers and Intractability》 这本书的介绍吧!