Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.08; 'libraries.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'snippets': 0.09; 'available"': 0.16; 'fiddle': 0.16; 'neat': 0.16; 'ported': 0.16; 'wrote:': 0.16; 'admin': 0.18; 'header:In-Reply-To:1': 0.22; 'pm,': 0.24; 'code': 0.25; 'demonstrate': 0.25; 'import': 0.28; 'subject:?': 0.31; 'brian': 0.32; 'it.': 0.33; 'to:addr:python-list': 0.33; 'subject:Web': 0.34; 'header:User-Agent:1': 0.34; 'header:X -Complaints-To:1': 0.35; 'post': 0.36; 'another': 0.37; 'run': 0.37; 'page': 0.37; 'received:76': 0.37; 'received:org': 0.38; 'subject:: ': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'browser': 0.61; 'browser.': 0.77; 'responds': 0.84; 'subject:Demo': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Colin J. Williams" Subject: Re: Running Python Demo on the Web? Date: Tue, 06 Sep 2011 08:10:16 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 76-10-155-142.dsl.teksavvy.com User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1315311045 news.xs4all.nl 2475 [2001:888:2000:d::a6]:49802 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12830 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.