About 188 results
Open links in new tab
  1. 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.)

  2. 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 ...

  3. Home — Thonny blog

    Jul 25, 2018 · Thonny 2.1 had a plug-in called thonny-microbit, which added possibility to program BBC micro:bit. Thonny 2.2 has plug-ins which add more general support for various MicroPython devices …

  4. Version 3.0.1 — Thonny blog

    May 4, 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:

  5. Version 3.0 beta — Thonny blog

    Aug 11, 2018 · New default back-end 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 …

  6. 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...

  7. 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”).

  8. 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).

  9. Version 3.0.0b5 — Thonny blog

    Sep 1, 2018 · 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 …

  10. Version 2.2.0 beta — Thonny blog

    Feb 1, 2017 · 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 …