• Testing code in Python

    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 language libraries to find bugs, control the performance of the application, or look for security flaws.

    Read More

  • Learning to program Shell Scripts in Linux

    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.

    Read More