-3
I started to see programming languages at a certain time, currently I’m learning Python, Javascript and other.
And would you like to know how I can generate a program independent of the interpreter? I mean, generate an executable.
-3
I started to see programming languages at a certain time, currently I’m learning Python, Javascript and other.
And would you like to know how I can generate a program independent of the interpreter? I mean, generate an executable.
0
Depending on the application programs like cx_Freeze
and PyInstaller
are usually good options to generate executables:
Cx_freeze
http://cx-freeze.readthedocs.io/en/latest/
Pyinstaller
Okay. Thank you very much!
Browser other questions tagged python compilation
You are not signed in. Login or sign up in order to post.
I’m sorry, I’m new to this forum! I had no idea what to put in the tags and I put these in there. My question is: how to create an executable in python, for example, that opens outside the editor.
– Rafael Ribeiro Silva
@Rafaelribeirosilva What do you mean by "open up outside the editor"? It doesn’t make sense to me.
– Jéf Bueno
@Marceloboni That’s right, that’s right!
– Rafael Ribeiro Silva