DEV Community

Cover image for JavaScript vs Python πŸ‘¨β€πŸ’»

JavaScript vs Python πŸ‘¨β€πŸ’»

Youssef-mic on August 11, 2022

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...
Collapse
 
anderspersson profile image
Anders Persson

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/