Tips and tricks for visualisations in Python
read moreOther articles
Pandas and its competitors
Pandas no longer the only tool besides SQL to work on data frames
read morerip grep and other new cli tools
Fast alternative to grep
read morepip with git-repositories
When to choose which syntax to install your own Python package
read moreLinks about FreeIPA in Docker
Links to resources for test deployment of FreeIPA into docker
In the official page you can find three useful links to the Docker container, the github repo and, also useful for other things, the documentation on how to dockerize complex software (like FreeIPA).
Another interesting reading is the missing documentation …
read moreCommit hooks
How working with Git hooks can be a pleasure
read morePyScaffold, my boilerplate of choice
Logging from a shell to the journald
Logging into the journald is just pipeing your echoed message to systemd-cat
read moreTricks with global and local variables
Use functions where you have the name as a string and create variables where you also only have the name as a string
read more