ニュース

Pythonには対話的にプログラムを実行できるPythonシェルが備わっている。きっとPython学習の際に使ったことがあると思う。とはいえ学習用だけに ...
Pythonをシェルスクリプトのように使う際は以下のイメージのような形で動いていると考えてもらうとわかりやすいかもしれません。
Python 3.13: Better interactive shell and finally multithreading without GIL The new Python release features an interactive command line and allows the global interpreter lock to be deactivated.