便利だと思いませんか? Pythonで扱えるのは、「黒い画面」(コンソール)だけじゃないんです。 実はマウスでクリックできるアプリ画面もPythonだけで作れます。 しかも追加インストール不要。標準で入っている「tkinter」を使えばOKです。
First, creating the canvas Opening the canvas Now, even if you want to draw a graph, you cannot draw it in the Python shell, so you need a separate window. This time, we will use tkinter, which is ...