Skip to content

Releases: thonny/thonny

Thonny 3.1.0

29 Jan 15:02
Compare
Choose a tag to compare

This is the first Thonny version to be released on GitHub. Old Bitbucket repo will be closed in couple of months.

What's new?

  • "Run → Pygame Zero mode" allows running Pygame Zero programs with F5. (You need to have pgzero installed or install it via "Tools → Manage packages".)
  • "Run → Debug current script (Birdseye)" allows visualizing your program execution with Birdseye debugger by Alex Hall. See "Help -> Birdseye" for more information.
  • "Run →Run" current script in terminal
  • "File → Print..." allows pringing current script (via default web browser)
  • "View →Notes" opens a box for writing down code snippets, task descriptions, etc.

See more updates in the changelog.

Installation

Use the links above to download Thonny 3.1.0 bundled with Python 3.7.2

  • exe is the installer for Windows
  • dmg is image for macOS
  • x86_64.tar.gz and i686.tar.gz contain installers for 64-bit and 32-bit Linux respectively
  • bash file is a script which downloads correct Linux bundle, unpacks it and starts the installer

Thonny is also available on PyPI. Install it with pip install thonny==3.1.0 (or just pip install thonny for latest version). Note that this version requires Python 3.5 or later.

Debian and Fedora packages will be uploaded later.

Feedback

Report problems in the issue tracker. Start discussions in the forum / mailing list.

Thonny 2.1.22

09 Feb 20:12
Compare
Choose a tag to compare

This is the last release in 2.1 series.

The dmg below is the last Thonny+Python compatible with Mac OS X 10.6, 10.7 and 10.8. In order to use newer Thonny versions in these OS-es, you need to install Python and Thonny separately.