Language Foundations

Core programming concepts in Python and C# — from basics and types through OOP, async, and design patterns.

mindmap
  ((Language Foundations))
    (basics, types)
    (strings, regex)
    (control flow)
    (functions, closures)
    (collections)
    (OOP, classes)
    (generics, itertools)
    (error handling)
    (datetime, math)
    (async, concurrency)
    (design patterns)
    (environments, deps)