Archive for the ‘Python’ Category

Articles

Playing with Skulpt

In javascript,Python on October 21, 2011 by ducksir Tagged: , , , , , , , , , , ,

Today, I’ve started messing around with something I found a few months ago, it’s called “skulpt”.
http://www.skulpt.org/

Skulpt is a javascipt implementation of python, basically, you can now run your python code, inside the browser. It requires javascript but it will be very comfortable for people who use python, and the visitor does not have to download any plugins. Skulpt, seems easy to use and like a nice tool, not only to play with, but to do serious work with.

There, most likely, has to be some binding with the HTML5 canvas(well, I’d be very happy to make one. >:D). Generally speaking, I would say most people using javascript don’t need graphics on their website, they just want it for a fancy, small part of their page. It’d be nice to use skulpt for all these things.

Skulpt can be downloaded at ttp://code.google.com/p/skulpt/

Follow

Get every new post delivered to your Inbox.