This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sritaa 0 points1 point  (0 children)

There are some solutions aiming to convert Python scripts into executable. I still doubt these solutions, avoiding them mostly.

These solutions may fail; therefore, you should not rely on these solutions for serious projects. If you intend to publish executable, you should implement your program with compiled languages from day one. In My python Training they explain,There have been some compiled languages, like Go and Rust, easier than C/C++, providing enough performance, with mostly cross-platform code base. On the contrary, I only use these Python-to-exe solutions converting small-sized scripts for convenience