最新消息:

Online Python Tutor

Python admin 1浏览

在线演示 http://python.selboo.com.cn/
在线演示 http://pythontutor.com/visualize.html

点击在新窗口中浏览此图片

This is The Code

root@selboo:~# git clone git://github.com/pgbovine/OnlinePythonTutor.git
Cloning 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/downloads
root@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.1
INFO 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:8000Parsed in 0.000 seconds at N/A

相关日志Windows PythonSSH 模块安装
Python 扫雷工具
Python 为什么要加 self
Apache编译mod_python3.3.1错误解决

最后编辑: selboo 编辑于2013/09/25 18:06

转载请注明:爱开源 » Online Python Tutor