Today I learned how to use named tuples to improve readability and flexibility of test parametrisations in pytest.
Today I learned about the parameter match
used in pytest.raises
.
Explore what Python could look like if we got rid of all of its synthatic sugar.
Explore unusual Python features to solve the problem of determining whether an expression is properly parenthesised.