#devops
Read more stories on Hashnode
Articles with this tag
Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, whether it is JSON or YAML. JSON: The purpose of JSON...
Data Types Python has several built-in data types that allow you to store and manipulate different kinds of data. Data types in Python form the basis...
What is Python? "Python is an object-oriented, high-level programming language. Object-oriented means this language is based around objects (such as...
Git Stash: If you are working on a file which is in the staging area (not committed yet) and for some reason you need to switch to another branch by...
Git Branching Branching in Git is like creating separate paths of development within a project. It lets users work on different things at the same...
What is Git and why is it important Git is a widely adopted and critical version control system that is extensively employed in various domains,...