
Thonny, Python IDE for beginners
thonny-flake adds warnings from flake8. thonny-autosave adds the option for auto-saving your script in every 10 seconds. Note that Thonny developers are neither endorsing nor responsible for these plug …
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
Oct 18, 2018 · 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 elsewhere:
Version 2.1.21 — Thonny blog
Jul 25, 2018 · Thonny, Python IDE for beginners Version 2.1.21 Highlights: New installer for Windows bundle. Now you can also install Thonny for all users (eg. under C:\Program Files (x86)). For this you …
Home — Thonny blog
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 environment).
Version 2.1.16 — Thonny blog
Feb 1, 2013 · Thonny, Python IDE for beginners 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 …
Version 3.0 beta — Thonny blog
Aug 11, 2018 · Version 3.0 beta 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 …
Version 2.1.22 — Thonny blog
Aug 20, 2018 · Thonny, Python IDE for beginners Version 2.1.22 Happy re-independence day to Estonia! See the homepage for download links, and wiki for installation instructions. Changes since …
Version 2.1 — Thonny blog
May 2, 2017 · Thonny, Python IDE for beginners Version 2.1 I’m happy to announce the release of Thonny version 2.1! Most significant addition is a simple pip GUI (Tools => Manage packages …): …
Version 2.1.17 — Thonny blog
Mar 21, 2018 · Thonny, Python IDE for beginners Version 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 links, and wiki for …