This site hosts the exercises for the fsr python lessons. Sources can be found on GitHub

Modules and concepts this course wants to teach:

  • data types and variables
  • operations and operation overload
  • comments and documentation comments
  • arrays
  • controll structures
  • object orientation
  • members (methods / properties / fields / events / indexer )
  • methods overload
  • inheritance
  • exceptions
  • null / nullable
  • generics
  • collections
  • enum and struct
  • delegates and events
  • anonymous methods and lambda
  • extensions
  • LINQ
  • debugging
  • windows forms
  • and more small principles and keywords