Show HN: A design-by-contract Python package in ~100 lines


W3Schools
Show HN: A design-by-contract Python package in ~100 lines
by stefanka on Hacker News.
Greetings! A 2.5 weekends project to teach myself newer Python features (>= 3.10). Conditions are written as Lambda expressions that annotate parameters and return types, and coexist with type annotations. Symbols to share values between conditions are also supported to a limited extend.


W3Schools

Leave a comment