|
- 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
#! 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 beta — 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)
- Home — Thonny blog
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: Syntax and UI themes (https: bitbucket org plas thonny wiki Theming) Breakpoints and different debug modes (https: thonny org blog 2018 08 11 version_3_0_beta html)
- Version 3. 0. 1 — Thonny blog
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: Syntax and UI themes (https: bitbucket org plas thonny wiki Theming) Breakpoints and different debug modes (https: thonny org blog 2018 08 11 version_3_0_beta html)
- Version 2. 2. 0 beta — Thonny blog
Version 2 2 0 beta Version 2 2 contains several new features and some bug-fixes (listed below) This post will be updated during the beta phase to let you know about the progress See Thonny’s Bitbucket downloads page for download links
- Version 2. 1. 21 — 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 installer exe and select “Run as administrator”) If you run it with simple double-click, then you get old behaviour (installing for your user only) Bundled Python version was upgraded to 3 6 6
- Version 2. 1. 9 — Thonny blog
Thonny, Python IDE for beginnersVersion 2 1 9 Version 2 1 9 fixes couple of bugs including a nasty memory leak Upgrade is recommended! FIXED #273: Memory leak in editor margin because of undo log FIXED #275: Updating line numbers is very inefficient FIXED: Pasted text occasionally was hidden below bottom edge of the editor FIXED: sys exit () didn’t really close the backend See the homepage
|
|
|