Setup Python on Your Computer in 17 Minutes

Imagine being able to run all the scripts you've seen immediately on your computer and sending those results to your team! In this blog, I'll be personally walking you through how to setup python on your computer. Don't worry, it's pretty simple!

If you're still wondering if you should learn python as a marketer, read this blog on the 9 reasons marketers should learn Python.

1. Download and Setup Python

The first step to setting up Python on your computer is downloading Python to your computer.

First, go to https://www.python.org/downloads/

Download python to setup

You will see this screen with crates and parachutes. This is the official Python website.
Click the big yellow button that says "Download Python 3.8.2"
Click Agree to everything ( you are probably selling your soul for Python wizardry )

2. Install PIP

Next, search for your Terminal on your computer. I have a Mac so I will show it on Mac.

Setup python with the terminal and PIP

You want to install PIP onto your Python package.
PIP installs packages onto your computer for python.

sudo easy_install pip

Sudo is a function that overrides restraints on your computer. It will ask for your password.

It will not look like you're typing it in. That is a security measure. Type it in anyway and press enter.

3. Setup Python Libraries

A library is simply a group of scripts someone else wrote that allows you to achieve amazing things.

Python is pretty neat, but the beauty of it is that there is a library for EVERYTHING and some are incredibly powerful.

You will need "Requests", "BeautifulSoup", and "Pandas" for now.
Requests will allow your scripts to pull and push information to and from the internet.

Think of requests as your URL address on your browser.
In your terminal, type in the following code.

pip install requests beautifulsoup4 pandas

If you are seeing errors, don't worry. It probably is an administrator problem on your computer.

Simply retype it with "sudo" in front and type your password in.

sudo pip install requests beautifulsoup4 panda

4. Download PyCharm

To make your life as easy as possible, I recommend setting up a Python Integrated Development Environment ( IDE ).

Don't freak out at those big words. An IDE is simply a layer between you and the code that makes writing code a lot faster.

Set up PyCharm, a Python Integrated Development Environment
PyCharm, a Python IDE

PyCharm is the IDE I use. It doesn't require too much setup and is pretty helpful.

You can download it from these links below.

The PyCharm Download link

Python Download Link for Mac

PyCharm Download Link for Windows

Simply agree and move forward.

5. Create Your First Python Script

Setup Python Project in PyCharm
Creating a new project in PyCharm

When you open PyCharm, click File, Create New Project, and create a project called "learning_python". Finally, click "Create".

Then on the top left, hover over your "learning_python" folder, right-click it, and hover over create New.

Create new Python file
Right click your folder and hover over "New". Finally, click "Python File"

Then click "Python File" and name your Python File "python_test".

This is your first script!

A script is simply a bunch of programs in a sequence.

Scripting is often used to be run by the user, but can be automated in the cloud.

Now you're ready to build your first Python marketing script! Let's start working on your project.

Your CRM Should Multiply Your Company's Success.

Your CRM determines how efficient your revenue team can be.

  • Imagine your sales cycle dropping quarter by quarter
  • Imagine your return on ad spend skyrocketing
  • Imagine your churn dropping without any new feature updates

All of this is possible with a powerful CRM and a partner you can rely on.