
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.)
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 2.1.21 — Thonny blog
Feb 1, 2017 · 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 as administrator”).
Home — Thonny blog
Jul 25, 2018 · If you don’t want to overwrite your current Thonny, then you can pip install --pre thonny into a virtual environment. Since 3.0, when Thonny is run from a virtual environment, it keeps all user …
Version 3.1.1 — Thonny blog
Feb 9, 2019 · From now on Thonny’s development takes place in GitHub (https://github.com/thonny/thonny) and the releases will be described there: …
Version 3.0 beta — Thonny blog
Aug 11, 2018 · Thonny 2.2 beta already brought along many new features, but they kept coming, so I decided to skip 2.2 stable release and continue under version 3.0. See Thonny’s Bitbucket …
Version 2.1.16 — Thonny blog
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 released in November, but today we are …
Search — Thonny blog
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 insta...
Version 3.0.0b5 — Thonny blog
Sep 1, 2018 · Version 3.0.0b5 Most new features happened in previous betas, but this one still has one big new feature – meet the Assistant! See Thonny’s Bitbucket downloads page for download links or …
Version 2.1.22 — Thonny blog
Aug 20, 2018 · Happy re-independence day to Estonia! See the homepage for download links, and wiki for installation instructions. Changes since 2.1.21: ENHANCEMENT: Less intrusive logging for AST …