DEV Community

Discussion on: How can I create a directly-executable cross-platform GUI app using Python?

Collapse
 
climentea profile image
Alin Climente

JavaScript is also an interpreted language and Deno manages to create cross platform executables much easier than any Python to exe package.

Somehow Ryan Dahl managed to include V8 engine in Rust and used Rust to create cross platform executables and more.

Would be awesome if Python would have something similar.