Developer Timothy Crosley has put together a tiny Python module that can go over Python files and convert the code into their analogue JavaScript syntax and vice versa.
The module, codenamed Jiphy, is not a fully functional Python-to-JavaScript and JavaScript-to-Python compiler that can take fully working applications and migrate them to another platform.
As Mr. Crosley puts it, "Jiphy enables Python programmers to more easily write JavaScript code by allowing them to use mo... (read more)