-
Testing code in Python

Python, like many other programming languages, allows you to test your code to discover bugs. To do so, tests are written and executed using the...
-
Learning to program Shell Scripts in Linux

This is the first of the notes that I have created as didactic material for a shell scripting course on GNU/Linux operating systems that I recently taught.

