Talking about Python
The Python programming language was built on a set of principles that was meant to simplify coding in it. This simplification came at the cost of a lot of speed and performance compared to other programming languages but also produced a popular language that was accessible and easy to build in, with a massive library of built-in functions. All of these made Python very versatile and capable of being used in a myriad of situations, a programming Swiss army knife if you will. A perfect tool for a diverse discipline such as DevOps.
Beginners are recommended Python as a learning language because it is fairly simple, easy to pick up, and also used a fair amount in the industry (if it wasn’t, why would I be writing this book?). Python is also a great flexible programming language for hobbyists because of the...