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.)...
https://thonny.org/
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 ......
https://thonny.org/installer-for-linux
Home ? Thonny blog
...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 data (eg. configuration.ini) also inside this environment....
https://thonny.org/blog/index.html
Version 3.0 beta ? Thonny blog
...Thonny 2.1 introduced automatically managed virtual environment as default back-end. The idea was to allow students start from clean slate and add packages later without worrying about the integrity of whole system....
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:...
https://thonny.org/blog/2018/10/18/version_3_0_1.html
Search ? Thonny blog
...New year comes with new Thonny version. There are no new features this time, but here's the list of bugs fixed since 2.0.3: * Making font size too small would crash Thonny....
https://thonny.org/blog/search.html?q=version
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?)....
https://thonny.org/blog/2018/07/25/version_2_1_21.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....
https://thonny.org/blog/2018/05/04/version_2_2_0_beta.html
Version 3.0.0b5 ? Thonny blog
...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 for static analysis and custom dynamic analysis for understanding the error situations better....
https://thonny.org/blog/2018/09/01/version_3_0_0b5.html
Version 2.1.22 ? Thonny blog
...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 #440: In Linux paste over selection doesn?t remove the selection FIXED #487: Use PyPI.org and turn off pip warnings in package manager FIXED #490: Debugger gets confused with f-strings...
https://thonny.org/blog/2018/08/20/version_2_1_22.html