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 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
Python is an interpreted, high-level, powerful general-purpose programming language. You may ask, Python’s a snake right? and Why is this programming language named after it?
In the programming world, Data types play an important role. Each Variable is stored in different data types and responsible for various functions. Python had two different objects, and They are mutable and immutable objects.
In this article, you're going to learn the basics of web scraping in python and we'll do a demo project to scrape quotes from a website.
Guide to Python Programming Language
In this tutorial, you’re going to learn a variety of Python tricks that you can use to write your Python code in a more readable and efficient way like a pro.