cardamomcode.devFable PythonIntroduction to Fable.Python Generated on 2026-02-19 06:49 UTC using Fable v5.0.0-alpha.24 This post is part of the F# Advent Calendar 2025. Thank you, Sergey Tihon, for organizing this wonderful tradition that brings the F# community together every...Dec 21, 2025·68 min read
cardamomcode.devPython Type Annotations (part 3)Python Type Annotations is a tutorial in 3 parts: Part 1 | Part 2 | Part 3 (this post) Table of contents Variance in Generics Covariance Contravariance Invariance References Variance in Generics Variance in generics refers to how subtyping relati...Feb 8, 2025·15 min read