Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Preview
Start a free Courses trial
to watch this video
If your goal is to become a Python developer, one of the first steps is to install Python locally. This video will explain why.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
[MUSIC]
0:00
>> Hi, my name is Rachel, and
I'm a Python teacher here at Treehouse.
0:09
If you're wanting to
become a Python developer,
0:15
installing Python onto your
computer is one of the first steps.
0:18
So far, you may have been working
in an online Python editor such as
0:24
Treehouse Workspaces.
0:29
In this workshop, we'll talk about why
it's beneficial to install Python.
0:31
Then I'll show you how to do so
step by step.
0:37
Once we've done that, we'll also explore
the built-in Python code editor,
0:41
IDLE, so
you can start using Python right away.
0:47
When we install Python onto our computer,
0:51
we call this process
"Installing Python locally".
0:53
Here are some reasons why
developers install Python locally.
0:57
The first is offline access.
1:01
When working on a project, you may not
always have access to the Internet.
1:04
Installing Python locally
allows you to work offline,
1:09
even without an Internet connection.
1:12
The next is speed.
1:15
Running Python locally is much faster
than running Python on an online editor.
1:17
This is because online editors have to
send your code to a server to be executed,
1:23
which can take time.
1:28
The third is privacy.
1:30
When you use an online editor,
1:33
you are sending your code to a remote
server, which may not be secure.
1:35
Installing Python locally
ensures that your code and
1:41
data remain on your own computer,
which is more secure.
1:44
Fourth, we have customization.
1:49
Installing Python locally allows you
to customize the Python environment to
1:51
your liking.
1:56
Such as configuring
the Python interpreter,
1:58
setting environment variables, and more.
2:01
And lastly, third-party libraries.
2:04
Python has a vast library of
third-party packages that
2:06
you can use to enhance your
more advanced projects.
2:10
Installing Python locally allows you to
install and manage these packages easily.
2:15
Now, that we know why installing Python
locally is so beneficial, let's do it.
2:22
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up