-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Miguel Sozinho Ramalho edited this page Oct 17, 2017
·
13 revisions
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 -
Control Flow -
if,for,while -
Data Structure Variables -
list,dict,tuple,set - Functions - functions, parameters, default values, named parameters
- IO - input and ouput: console, files
- Classes: Object oriented programming in python, classes, inheritance, "static" parameters
