Skip to content
Miguel Sozinho Ramalho edited this page Oct 17, 2017 · 13 revisions

Welcome to the workshop-python wiki!

Python logo

Playgrounds

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:

  1. Primitive Variables - declare, use, convert variables: int, float, str
  2. Control Flow - if, for, while
  3. Data Structure Variables - list, dict, tuple, set
  4. Functions - functions, parameters, default values, named parameters
  5. IO - input and ouput: console, files
  6. Classes: Object oriented programming in python, classes, inheritance, "static" parameters

Clone this wiki locally