Running Python Demo on the Web?
Colin J. Williams
cjw at ncf.ca
Tue Sep 6 08:10:16 EDT 2011
On 05-Sep-11 18:00 PM, Python Fiddle Admin wrote:
> Python has been ported to the web browser at pythonfiddle.com. Python
> Fiddle can import snippets of code that you are reading on a web page
> and run them in the browser. It supports a few popular libraries.
>
> Another common usage is to post code on the site to allow other people
> to play around with it. Also, it can be used to demonstrate a working
> program.
A neat idea.
import brian
dir(brian)
Responds "scipy not available"
Colin W.
More information about the Python-list
mailing list