I am a Data scientist aspirant and have conducted several data analysis projects but when it comes to delivering to someone with no working knowledge in Computer science we find ourselves in crossroads. I found a simple way to deliver the hard work we put in by building a single executable file(.exe).

My goal here is to help you build a simple Single executable file for a python program.

I will be using a Python version 3.74 on my Mac Book Pro for doing this example. But The process is similar in windows too so it shouldn’t be an issue in this case.

STEP-I: Installing PyInstaller.

For achieving this you just have to run the following code in Terminal for a Mac or in cmd For Windows users:

pip install pyinstall

Some time it will require a pip upgrade which could be achieved by using the following command.

python -m pip install --upgrade pip

#deployment #beginners-guide #exe #python #application

Simple Deployment of a Python Program for Beginners.
1.35 GEEK