News

There are two approaches you can take – by defining data within your Python script or through a JSON file. We’re betting that most data will come from a file, so this will be our focus here. In our ...
Python fournit dans la librairie standard une API au travers du package logging. Pour pouvoir traiter ces messages de logs sur une plateforme de log management comme elastic, splunk ou ..., les ...
A small Python CLI example you can use to build on. With an emphasis on Linux and creating automation tools that solve a problem for you. THis is the basis for DevOps principles that you can apply in ...