ThonnyというPythonの教育用の環境はご存じでしょうか。Python 3.10がインクルードされており、エラーも分かりやすく、インタラクティブなシェルもあり、教育現場をはじめとして幅広い環境で使われています。RasberryPiには標準搭載されていたりします。
必要なことはここ↑に全部書いてある。 以上。 Thonny + MicroPython の環境でやってみることにした。 Thonny をインストールする。 Ctrl + F5 でステップバイステップ実行。ブレークポイントを設定しなくて良い。 F6 大きなステップ F7 小さなステップ シンプルで ...
Thonny is an IDE specifically designed for Python beginners, featuring a friendly user interface and robust code editing, running, and debugging capabilities. It simplifies Python code writing, making ...
I am on Fedora 43, with Thonny 4.1.6 on Python 3.14. When trying the debugger, I'll get the errors related to ast module not having Str, Num, NameConstant attributes ...