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