Any expert help to transpile and convert Python

2022-06-02 Thread v3ss0n
Its official python foundation project that nobody knows.

Any expert help to transpile and convert Python

2022-06-02 Thread v3ss3n
Use MyPy , make sure type hints are setup correctly and then use mypyc Enjoy Binary with 2-10x faster than python.

Any expert help to transpile and convert Python

2022-06-01 Thread ynfle
You could get ideas from this thread

Any expert help to transpile and convert Python

2022-06-01 Thread jasonfi
Maybe not transilation, but you could gradually convert Python code to Nim, calling the Python code using nimpy. Is this for a very large codebase?

Any expert help to transpile and convert Python

2022-06-01 Thread mardiyah
Anyone expert in both Python and Nim please help; how is the best way to transpile, ie. convert, Python 3 into Nim (or to C/C++ first if the only way then to Nim) ? What needed is effort to get Nim's yt-dlp program Just randomly read in glimpse nuitka, cython, pypy/rpython, shedskin, etc but no