In the last article What programming language to learn first
I said that JavaScript was better than Python in my opinion but why?? Today we are gon...
For further actions, you may consider blocking this person and/or reporting abuse
There is a "real" compiler fΓΆr Python to, called Nuitka it converts python to .c code and use a c compiler like gcc to output pure binany.
Link to the project nuitka.net/
And if you like to make a standalone binary out of javascript and/or Typescript DENO have a compile mode to, great to make small tools without user have to install nodejs
deno.land/