Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Sorunome on December 10, 2013, 12:40:25 pm

Title: Execute python in the browser
Post by: Sorunome on December 10, 2013, 12:40:25 pm
http://www.codeskulptor.org/
How O.O
Title: Re: Execute python in the browser
Post by: ElementCoder on December 10, 2013, 02:33:07 pm
That's pretty awesome. The how is probably in the "based upon" links ;)
Title: Re: Execute python in the browser
Post by: Sorunome on December 10, 2013, 05:00:29 pm
Oh, didn't see them >.<
Title: Re: Execute python in the browser
Post by: willrandship on December 10, 2013, 05:13:08 pm
For server-side stuff, you can implement a python install just like php for a LAMP server with a different P.

That, however, is a client-side Python interpreter written in JavaScript.
Title: Re: Execute python in the browser
Post by: Deep Toaster on December 12, 2013, 10:45:48 pm
http://www.skulpt.org/

It's amazing how versatile of a language JavaScript is. I remember being surprised that there are such things as Linux virtual machines (http://bellard.org/jslinux/) written entirely in JS, but I've come to accept the fact that JavaScript is awesome.