#python
Read more stories on Hashnode
Articles with this tag
#Day18 of 90DaysofDevOps Challenge · Docker Compose? Docker Compose is a tool that was developed to help define and share multi-container...
Day 19 of 90 Days of DevOps · Docker-Volume Docker allows you to create something called volumes. Volumes are like separate storage areas that can be...
#Day17 of 90DaysofDevOps Challenge · Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages...
#Day15 of 90DaysofDevOps Challenge · Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml,...
#Day14 of 90DaysofDevOps Challenge · Data Types Data types are the classification or categorization of data items. It represents the kind of value that...
#Day13 of 90DaysofDevOps Challenge · Let's Start with the Basics of Python as this is also important for DevOps engineers to build the logic and...