News

KS3 Procedures and functions Procedures in Python When writing programs, we should avoid long, repetitive code. Procedures and functions help to keep our programs simple and short. Part of ...
Learn how Mypy's type checking works with functions and generators. In my last two articles I've described some of the ways Mypy, a type checker for Python, can help identify potential problems with ...
KS3 Procedures and functions Running a procedure in Python When writing programs, we should avoid long, repetitive code. Procedures and functions help to keep our programs simple and short.