How does one go about making executable files with scripting languages such as python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How does one go about making executable files with scripting languages such as python?

5th Dec 2018, 9:59 PM
Caleb
5 Answers
+ 1
How about this, create a c++ program that execute your py script ?
6th Dec 2018, 2:22 AM
Taste
Taste - avatar
+ 1
There are compilers: Check out PyInstaller.
5th Dec 2018, 10:12 PM
HonFu
HonFu - avatar
0
I've used PyInstaller before. However, I will be competing in FBLA coding competitions in March and they do not allow PyInstaller. We have to manually do it ourselves.
5th Dec 2018, 10:14 PM
Caleb
0
I am unfamiliar with c++ but that sounds like a lot of fun and may just work! Thank you
6th Dec 2018, 2:24 AM
Caleb
0
I'm pretty sure it will, i was doing this with java when i asked the same thing 😂
6th Dec 2018, 2:27 AM
Taste
Taste - avatar