Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
About
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