Creating your own Ansible filter plugins
Update: Ivan Pepelnjak reached out to me after this was published and suggested that it would make more sense to move the functions inside the defined class. Doing this removes the functions… Read more »
Update: Ivan Pepelnjak reached out to me after this was published and suggested that it would make more sense to move the functions inside the defined class. Doing this removes the functions… Read more »
One of the fist things you’ll most likely encounter with Python are the datatypes lists and dicts. While they initially seem quite simple, things can get awfully complex, awfully fast… Read more »
I recently came across IPython while reading some Python development blogs. IPython is an alternative to the standard Python shell that offers some additional features. When I first read about… Read more »
Python has certainly become one of the top languages of the day. In this post, I want to spend some time to get you up and running with it. We’ll… Read more »