Articles Relating to Python

Random numbers, order and choices

Written on

In this article I will present uses of the standard library random. We will apply this to some useful examples.

Read more ...

What to do when you're stuck

Written on

In this article I outline what to do if you get stuck with the exercises.

Read more ...

Fancy Printing With Python

Written on

Printing with the new format argument is an incredibly useful technique. In this article I will present a few use cases.

Read more ...

Asking for Validated Input

Written on

In this post I will describe one way to ask the user for input and reject invalid input

Read more ...