Learn Python - Full Course for
Beginners [Tutorial]
freeCodeCamp.org
Instructions on how to install Python on your
computer. Python 3.6.3. And so once we open up that
file we're going to see a lot of different files and
folders inside of it and one of the files that we're going
to want to look at is this file called requirements.Txt
and inside of that file. You'll see a list of different
Python packages that we need in order to be able to
code in Python 3. SO for our purposes Today we're
only going to be using the following two packages
[UNK] Numpy and Pandas So now that we have those
two packages installed. We're ready to start learning
how to code in Python 3! We need to choose a text
editor. So we're going to be writing a bunch of code.
So we're going to need some environment of some
program that we can write. We can write all that code
in. and really you can write Python in any text editor.
You could write it in like a note pad or tax at it, it does
n't really matter, but there are special text editors that
are designed just for writing Python code. and these
are called id ease and not stands for integrated
development environment. it's basically just a special
environment where we can you know ron and execute
our Python code. and it'll you know basically like tell us
how we're doing so were the only if we write
something that's wrong or we have errors. It 'll kind of
point us in the right direction of what we need to do to
fix that stuff. So in this course we 're going to be using
Beginners [Tutorial]
freeCodeCamp.org
Instructions on how to install Python on your
computer. Python 3.6.3. And so once we open up that
file we're going to see a lot of different files and
folders inside of it and one of the files that we're going
to want to look at is this file called requirements.Txt
and inside of that file. You'll see a list of different
Python packages that we need in order to be able to
code in Python 3. SO for our purposes Today we're
only going to be using the following two packages
[UNK] Numpy and Pandas So now that we have those
two packages installed. We're ready to start learning
how to code in Python 3! We need to choose a text
editor. So we're going to be writing a bunch of code.
So we're going to need some environment of some
program that we can write. We can write all that code
in. and really you can write Python in any text editor.
You could write it in like a note pad or tax at it, it does
n't really matter, but there are special text editors that
are designed just for writing Python code. and these
are called id ease and not stands for integrated
development environment. it's basically just a special
environment where we can you know ron and execute
our Python code. and it'll you know basically like tell us
how we're doing so were the only if we write
something that's wrong or we have errors. It 'll kind of
point us in the right direction of what we need to do to
fix that stuff. So in this course we 're going to be using