A new online tool for every python lover around:
↪ TinyPy
I learned python by playing with it in DrawBot . TinyPy is a web app similar to DrawBot. It lets you play around with python and think as a designer, fun fun fun.

How it works:
First of all a needed a server with python. The easiest was to create a Google App Engine . Next steps are fairly easy: send some ajax request with the python code to the server and execute it.
On the the server there is a drawing callback wrapper that generates javascript. The generate javascript is send back to the user and draws in the <canvas> html 5 object.
enjoy it!






Post a comment