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 an idea and one of my
favorites and one of the most popular Ity ease for Python is called Pi charm. So I ‘m over here on this
website. It ‘s called Jet brains dotcom forward slash Pi charm. And this is the idea that we ‘re gon na be
using in this course. So I ‘m just gon na come over here and click this big download now button and we
‘ll go ahead and download this pie charm program right so I ‘m getting this page are here you can see
there ‘s two versions of Pi charm one as a professional version and that one ‘s like paid. They have to
pay for it. But then there’s this community version down here and that’s free and open source so I ‘m
going to download this one. One and this should have everything we need to get started using Python
right when that finishes downloading I ‘m just going to pull that up in my downloads Folder. All right so
now have pi charm and we have Python three installed on your computer. So we’re ready to start
programming in Python. In this tutorial we ‘re going to create our first Python program. And we’re going
to be able to run it and see how everything works..
Our programs are going to be and so that’s really what we ‘re going to be looking at in This tutorial is
how we can go ahead and write more complex Python programs. Of the print statements that are inside
and then it ‘s actually printing out the information that is inside of those parentheses onto the consul..
This Passage provides general insights about how Python works, including the order in which
instructions are executed. Additionally, the passage discusses the use of variables, which are a
fundamental feature of Python programming.. IT is good practice to use variables in your code to make
it easier to manage data. IN. This passage, the author has written a story in Python and has mentioned
the character’s name and age multiple times. However, in order to change the name and age of the
character, he has to go through every line of the text and manually change them.. This is not a good way
to manage data, and using variables would make the task easier. The variable that I created called
character name.. So now I can just say this print statement will print out the character ‘s name, which is
John. And then I ‘m going to have. To have to do the same thing with the character ‘s age which is thirty-
five. So now I can just type in print statement will print out the character ‘s age which is thirty-five..