Skip to content

2021

#62: Logging in Python

Logging allows us to understand what is going on inside our applications. Luckily for us, Python comes with a developer-friendly logger that works without much set-up code.

#59: Source Code in MkDocs

A good illustration of source code is a must-have when you want to use MkDocs for your project documentation. Let us find out what we need to display code snippets.