How to translate python code to javascript with PYJS

351 views Asked by At

Hi I have some code in python that I need to rewrite in Javascript. There are a few math functions and instead of reinventing the wheel I would like to see how pyjs converts them.

I have had a look at the pyjs setup and documentation but it is aimed at producing on the fly websites. How do I setup and use pyjs simply to convert a .py file into .js?

0

There are 0 answers