-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Miguel Sozinho Ramalho edited this page Oct 18, 2017
·
13 revisions
Start by downloading the repository or ,if you just want the presentation, download it here.
This is where you'll find examples to learn faster and to solve the exercises, they are a reference for the python language. The available playgrounds are:
-
Primitive Variables - declare, use, convert variables:
int
,float
,str
-
Data Structure Variables -
list
,tuple
,set
,dict
-
Control Flow -
if
,for
,while
- Functions - functions, parameters, default values, named parameters
- IO - input and ouput: console, files
- Classes: Object oriented programming in python, classes, inheritance, "static" parameters
See this section to find the exercises we have created for you to learn good and strong 💪 python!
We advise you to use your computer, but online rep.it is also an option!
- Live examples performed during the workshop will be uploaded here
- Python3 Documentation