PythonTutor本地化运行

本地化PythonTutor,目的是为了更快更方便的使用。

PythonTutor的网站:http://www.pythontutor.com/ 

项目的两个下载地址:

github地址(完整版):https://github.com/pgbovine/OnlinePythonTutor

北邮陈光提供(精简版):https://fly51fly.lanzous.com/ibrhwuh

下载解压后,在cmd中输入:

pip install bottle
cd OnlinePythonTutor/v5-unity/
python bottle_server.py

然后在浏览器中输入:http://localhost:8003/visualize.html或者http://localhost:8003/live.html即可使用

你可能感兴趣的:(Python)