ニュース

ThonnyというPythonの教育用の環境はご存じでしょうか。Python 3.10がインクルードされており、エラーも分かりやすく、インタラクティブなシェルもあり、教育現場をはじめとして幅広い環境で使われています。RasberryPiには標準搭載されていたりします。
I have a python program using tkinter. When running the program within Thonny the tkinter buttons do not respond to mouse clicks. If the program is run directly all is OK. This is running with the ...