Articles that include code in some form

265 327,608 31,975
articles words lines of code

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.