Posts by Category

course

The way of lambda

An introduction to lambda expressions in Python and their use in (functional) programming.

Euclid’s Algorithm

Euclid’s algorithm for finding the greatest common divisor of two integers and its partial proof.

Iteration by while

An introduction to iteration using while loops in Python, illustrated with the Collatz conjecture.

Back to Top ↑