Online Python Tutor
[ 2013/03/25 17:04 | by selboo ]
在线演示 http://python.selboo.com.cn/
在线演示 http://pythontutor.com/visualize.html
This is The Code
root@selboo:~# git clone git://github.com/pgbovine/OnlinePythonTutor.gitCloning into 'OnlinePythonTutor'...
remote: Counting objects: 4483, done.
remote: Compressing objects: 100% (1347/1347), done.
remote: Total 4483 (delta 3283), reused 4293 (delta 3100)
Receiving objects: 100% (4483/4483), 1.78 MiB | 172 KiB/s, done.
Resolving deltas: 100% (3283/3283), done.
Parsed in 0.000 seconds at N/A
下载 Google App Engine SDK for Python
This is The Code
https://developers.google.com/appengine/downloadsroot@selboo:~# wget http://googleappengine.googlecode.com/files/google_appengine_1.7.6.zip
root@selboo:~# unzip google_appengine_1.7.6.zip
root@selboo:~# cd google_appengine/
Parsed in 0.000 seconds at N/A
This is The Code
root@selboo:~/google_appengine# python dev_appserver.py ../OnlinePythonTutor/v3/ --host 192.168.80.173 --admin_host 127.0.0.1INFO 2013-03-25 09:12:01,689 sdk_update_checker.py:244] Checking for updates to the SDK.
INFO 2013-03-25 09:12:02,397 sdk_update_checker.py:272] The SDK is up to date.
INFO 2013-03-25 09:12:02,420 api_server.py:152] Starting API server at: http://localhost:49279
INFO 2013-03-25 09:12:02,438 dispatcher.py:98] Starting server "default" running at: http://192.168.80.173:8080
INFO 2013-03-25 09:12:02,439 admin_server.py:117] Starting admin server at: http://127.0.0.1:8000
Parsed in 0.000 seconds at N/A
最后编辑: selboo 编辑于2013/09/25 18:06