Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 503 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 503 Bytes

IoT -- Introduction to Python 3

Lecturers: Jacopo Rigosa ([email protected]) and Alberto Sartori ([email protected])

day 1: how to use and organize variables

  • operations, data types, statements
  • functions and arguments

day 2: how to exploit and organize functions

  • scopes, lambdas, comprehensions
  • use/write modules
  • classes

day 3: class features and best practice prototyping

  • property, magic methods, decorator
  • inheritance, polymorphism
  • decorator, unittesting