Mirror Course
From C#'s type safety and OOP to Python's expressiveness and flexibility. Python's duck typing and comprehensions replace many of C#'s verbose patterns.
Functions
Collections
Object-Oriented Programming
LINQ to Comprehensions
Async Programming
Ecosystem
Python decorators vs C# attributes — cross-cutting concerns and AOP
Python try/except vs C# try/catch — exception hierarchy and patterns