Você está na página 1de 1

--1--> Hello Python

1. download python 3 from here: https://www.python.org/downloads/


2. Ipython Shell (interactive python, python scripts (.py extension))
3. script editor and shell.
4. # to comment
5. ** exponentiation; % modulo;
6. print()

--2--> Variables and Types


1. variables, reproducibility,
2. types - float, int, string, boolean, ' '/" ", True/False, type()
3. type conversion - str(<int_variable>), float(<string_variable>)

--3--> Lists, what are they?


1. float - real numbers; int - integer numbers;
2. python list -- list of str and integer -- list of sublists --
3. functionality and behaviour
4. subsetting lists
5. slicing
6.

Você também pode gostar