avinashpowar.hashnode.devDay 15 Task: Python Libraries for DevOpsReading JSON and YAML in Python As a DevOps Engineer you should be able to parse files, be it txt, json, yaml, etc. You should know what all libraries one should use in Python for DevOps. Python has numerous libraries like os, sys, json, yaml etc ...Feb 2, 2025·3 min read
avinashpowar.hashnode.devDay 14 Task: Essential Python Data Types and Data Structures for DevOpsData Types -Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actu...May 19, 2024·4 min read
avinashpowar.hashnode.devDay 14 Task: Essential Python Data Types and Data Structures for DevOpsData Types -Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are actu...May 19, 2024·4 min read
avinashpowar.hashnode.devDay13 of #90daysofdevops | Python Fundamentals for DevOpsLet's Start with Basics of Python as this is also important for DevOps Engineer to build the logic and Programs. What is Python?Python is a Open source, general purpose, high level, and object-oriented programming language. It was created by Guido...May 9, 2024·3 min read
avinashpowar.hashnode.devDay12 of #90daysofdevops | Linux and Git cheat sheetLinux commands 1. File and Directory Operations: ls: List files and directories. cd: Change directory. pwd: Print the working directory. mkdir: Create a new directory. rm: Remove files or directories. (Use with caution!) cp: Copy files or direc...Mar 1, 2024·4 min read