Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7810

Re: Run Python script from JS

References <5346fc8e-9807-4752-bd3f-d4278e008379@y2g2000yqk.googlegroups.com>
Date 2011-06-17 18:36 +1100
Subject Re: Run Python script from JS
From Daniel Kluev <dan.kluev@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.66.1308296200.1164.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Jun 17, 2011 at 9:11 AM, Gnarlodious <gnarlodious@gmail.com> wrote:
> Is there any way to call a Py script from Javascript in a webpage?

You can use Pyjamas [1], Emscripten [2] or skulpt [3] for that.

[1] http://pyjs.org/
[2] http://syntensity.com/static/python.html
[3] http://www.skulpt.org/

-- 
With best regards,
Daniel Kluev

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Run Python script from JS Gnarlodious <gnarlodious@gmail.com> - 2011-06-16 15:11 -0700
  Re: Run Python script from JS Chris Rebert <clp2@rebertia.com> - 2011-06-16 16:55 -0700
  Re: Run Python script from JS Tim Roberts <timr@probo.com> - 2011-06-16 23:53 -0700
    Re: Run Python script from JS Tim Roberts <timr@probo.com> - 2011-06-17 10:07 -0700
  Re: Run Python script from JS Daniel Kluev <dan.kluev@gmail.com> - 2011-06-17 18:36 +1100

csiph-web