摘要: Python 的运行机制 怎么运行写好的 Python 脚本呢? 一般都是用 IDE 来执行写好的代码, 那 IDE 是用什么来执行 Python 代码呢? IDE 是用 Python 来运行代码。什么?用 Python 来运行 Python?这背后又是怎么运行的呢? 其实在安装 python 的过 阅读全文