Phyton? What is that?

--Originally published at Introduction of Programming

In the second week of the class we learn how to use a language of programming, that is Phyton.

we started downloading the most recent version (3.5.2) and installing it in our computers, you can also play it in Ideone, in this very useful website you can play almost any language without installing a program.

I didn´t know how to program in phyton, so I started in the tutorial of the official website: Phyton´s tutorial. in this tutorial I learn the basic stuff

 

How to make basic operations and new variables.

Screen Shot 2016-08-16 at 1.23.00 PM

 

How to make comparations with true or false

Screen Shot 2016-08-16 at 8.51.23 PM

 

Round out and make statements

Screen Shot 2016-08-17 at 10.53.34 PM.png

also strings

Screen Shot 2016-08-16 at 9.32.36 PM

I got curious about how many functions exist in the program, so I opened this tutorial  where are explained one by one and have a better ideaScreen Shot 2016-08-17 at 8.33.42 PM

something that I learned by myself is that if you have a mac don’t ever push the buttons:

¨                      ´                     `                    ^

or your editor will be closed without saving.

 

Check the tutorial out to learn more useful keys of this powerful language