Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.06 KB

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

References and Text Books:

Attribution

Part of the material was taken from this collection of jupiter-logo notebooks