Tags

algorithms

Euclid’s Algorithm

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

Back to Top ↑

dictionary

Back to Top ↑

discrete

Euclid’s Algorithm

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

Back to Top ↑

funprog

The way of lambda

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

funcutils

python · module

A utility module for functional abstractions.

A sequence processor

python · module

A generic function to process sequences based on user-defined behavior.

Back to Top ↑

i/o

Files

python · snippet

Working with files in Python.

Back to Top ↑

if expression

The way of lambda

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

Back to Top ↑

iteration

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.

Iteration

A set of programming exercises to practice iteration.

Back to Top ↑

lambda

The way of lambda

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

Back to Top ↑

language

Tokenization

python · snippet

Various text tokenization techniques in Python.

Back to Top ↑

linear algebra

Back to Top ↑

lists

Back to Top ↑

number theory

Euclid’s Algorithm

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

Back to Top ↑

numerical

Back to Top ↑

plotting

Plotting

python · snippet

Plotting in Python.

Back to Top ↑

probability

Back to Top ↑

programming

The way of lambda

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

Iteration

A set of programming exercises to practice iteration.

Back to Top ↑

proof

Euclid’s Algorithm

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

Back to Top ↑

python

Iteration

A set of programming exercises to practice iteration.

Plotting

python · snippet

Plotting in Python.

Sorting

python · snippet

Sorting in Python.

Strings

python · snippet

String operations in Python.

Back to Top ↑

scientific

Back to Top ↑

sequence

Back to Top ↑

sets

Sets

Math and programming exercises based on basic set theory.

Back to Top ↑

sorting

Sorting

python · snippet

Sorting in Python.

Back to Top ↑

strings

Strings

python · snippet

String operations in Python.

Tokenization

python · snippet

Various text tokenization techniques in Python.

Back to Top ↑

tuples

Back to Top ↑