Hi, I have a code in python that I need to rewrite in Javascript. There are several math functions, and instead of reinventing the wheel, I would like to see how pajs transforms them.
I looked at the installation and documentation of pajs, but it aims to build websites on the fly. How to configure and use pyjs just to convert a .py file to .js?
source
share