Hi, and welcome to my website. I am a programmer, and start-up enthusiast. I love good code, and learning more about coding standards, design, algorithms, and implementation. I am currently the Lead Developer at FullSpeed Marketing and my job is awesome.
How to compile a python script/ program into an exe Posted on January 2nd, 2011
In this little tutorial I will show you how to compile your wonderful Python program into a exe using a few steps only, I will also show you how to make a setup.exe that will allow others to install your program to their computers. Step 1: Download and Install py2exe You can download this from [...]