PyCow makes Moo
Over the weekend we released a little tool which is called PyCow. PyCow translates Python code to JavaScript code with the “MooTools way of class declaration”.
You find a more detailed explanation here:
http://code.google.com/p/pygowave-server/wiki/PythonToJavaScriptTranslator
And here the source:
http://code.google.com/p/pygowave-server/source/browse/#svn/branches/pycow
Have fun!

For anyone else reading this, note that pycow is redundant. There already exists a far better/complete python to javascript compiler in the form of Pyjamas. See here: http://code.google.com/p/pyjamas/
And the homepage: http://pyjs.org/
Sure, but it’s way to much for our needs. PyCow is especially programmed for lean and fast use in the PyGoWave Server.