is it possible to turn python modules into .exe?

WhatsMyUserName

Baseband Member
Messages
21
ok i know its probably a nub question but ive only just started with programming languages, and ive made a simple rock, paper, scissors game already but i can only run it with python. i would much rather a .exe or sumfin.thanx
 
AFAIK you can load the Python library to C++ so you can code in Python or call code from Python using C++. Since C++ allows you to create .exe's you should be able to create one this way. Python itself is I programming language "on the go". You can only type one line of code before getting some sort of computer output and then having to start from scratch. j03 has a decent alternative.
 
Back
Top Bottom