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

Welcome to the IEEE UP SB Python3 Workshop

Python logo IEEE UP SB logo

Start by downloading the repository or ,if you just want the presentation, download it here.

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. Data Structure Variables - list, tuple, set, dict
  3. Control Flow - if, for, while
  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

Exercises

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!

Useful links

Setup

Windows

Linux

Mac