开发者

Python Console Website

开发者 https://www.devze.com 2022-12-09 04:36 出处:网络
I believe that I once saw a website that is like an online Python console.开发者_运维技巧 Does anyone know of such a website?This is one I know of:

I believe that I once saw a website that is like an online Python console.开发者_运维技巧 Does anyone know of such a website?


This is one I know of:

http://shell.appspot.com/

There's also Lord of the REPL's:

http://lotrepls.appspot.com/

Python on repl.it:

http://repl.it/languages/Python


While not really a "console", skulpt.org runs python code client-side with no plugins or anything, which makes it a lot faster than a server-side prompt. For server side and a more traditional shell I found this: http://shell.appspot.com/.


IronPython (using Silverlight or Moonlight 2): http://www.trypython.org/


This one is very interesting, it has an interactive shell AND a script editing area:

Py I/O


I'm just find this one http://con.appspot.com/console/


An online python editor: http://doc.pyschools.com/console.

0

精彩评论

暂无评论...
验证码 换一张
取 消