thonny

Python IDE for beginners
  https://thonny.org
  8
  4 reviews



Thonny is a simple Python IDE with features useful for learning programming.

It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd party packages and special mode for learning about references.

See the homepage for more information and screenshots.
Latest reviews
5
Xexus 3 months ago

Thonny is great and use it often, even for Python3 occasionally. However, I've recently run into issues with the system version (which I always opt for first) being way out of date, such that it's now preventing from getting work done. I switched to the FlatPak, which is up on the current release, and everything is running as expected.

5
krasota 1 year ago

Excelente, mas recomendo baixar o arquivo bash direto no site deles pra ter a versão mais recente. Essa ide é simples e prática, gostei bastante!

5
mor-do 3 years ago

Excellent IDE to learn Python. I'm using it and I'm very satisfied, but this is an old version. To install the new one (that has Python 3 inside) go to the site and click on the link in the upper right

5
jzqk 4 years ago

This is a great tool to see how a program is executed! I like the F7-Button in debug-mode (Ctrl-F5) best, when every variable is shown as it's being processed. Thank you!