
Thonny, Python IDE for beginners
Thonny comes with Python 3.10 built in, so just one simple installer is needed and you're ready to learn programming. (You can also use a separate Python installation, if necessary.)
Home — Thonny blog
2018年7月25日 · As a new feature, Thonny 3.0 offers an easy way for creating and using virtual environments (Tools → Options → Back-end → Alternative Python 3 interpreter or virtual …
Thonny, Python IDE for beginners
#!/bin/bash -eu set -e VERSION=4.1.7 VARIANT=thonny ARCHITECTURE="$(uname -m)" if [[ "$ARCHITECTURE" == "x86_64" ]]; then echo echo "This script will download and ...
Version 3.0.1 — Thonny blog
2018年5月4日 · This is the first published stable release of Thonny 3.0. Thonny 3.0 has many new features and most of them have been introduced already in previous posts or explained …
Version 2.1.21 — Thonny blog
2017年2月1日 · Now you can also install Thonny for all users (eg. under C:\Program Files (x86)). For this you need to run the installer as administrator (right-click installer exe and select “Run …
Version 3.0 beta — Thonny blog
2018年8月11日 · In version 3.0 the default back-end is “The same interpreter which runs Thonny” (by the way, this was already the default setting on Raspberry Pi). This means your programs …
Search — Thonny blog
Version 2.1.16 ============== Versions 2.1.14 - 2.1.16 were created to support Thonny packaging on Linux and don't introduce anything new in the main code. 2.1.16 was actually …
Version 3.0.0b5 — Thonny blog
2018年9月1日 · Assistant is a new view in Thonny, which observes your program runs and offers help if you get an exception or if it finds something fishy in your code. It uses Pylint and MyPy …
Version 2.1.22 — Thonny blog
2018年8月20日 · FIXED #340: Validate geometry before loading FIXED #363: subprocess.run causes Thonny backend to hang FIXED #419: logging doesn’t work in user programs FIXED …
Version 2.1.17 — Thonny blog
2016年2月1日 · Thonny, Python IDE for beginnersVersion 2.1.17 This version fixes a bug in package manager (triggered by the release of pip 9.0.2). See the homepage for download …