Ritesh Dolareriteshdolare.hashnode.devΒ·Jul 19, 2024βοΈDay 18: Essential Python Libraries for DevOpsHey everyone! Today, I delved into some essential Python libraries that every DevOps engineer should know about. These tools make automating tasks and managing systems much more efficient. Hereβs a friendly breakdown of what I learned: 1. os and sys...DiscussΒ·41 readsPython
Ritesh Dolareriteshdolare.hashnode.devΒ·Jul 18, 2024Day 17 Guide: Learning YAML and JSONToday, we're diving into the practical side of Python for DevOps engineers. Python is not just a programming language but a powerful tool in the DevOps toolkit. Let's explore two essential tasks: reading JSON and YAML files. Reading and Writing JSON ...DiscussΒ·33 reads#pythonlibraries
ashwini purwatashwini23.hashnode.devΒ·Jul 18, 2024Python Libraries for DevOpsPython libraries that every Python developer should know. 1. NumPy NumPy (Numerical Python) is the foundational package for numerical computing in Python. It provides a high-performance multidimensional array object, and tools for working with these ...Discusspythonbasics
Rahul Guptacloudopsrahul.hashnode.devΒ·May 24, 2024Day 15 - Python Libraries for DevOpsIntroduction As a DevOps Engineer, handling various file formats is part of your daily routine. Among the most common formats you will encounter are JSON and YAML. Python, with its extensive library ecosystem, makes it easy to parse and manipulate th...DiscussDevops
Victory Amadilavictoire.hashnode.devΒ·Apr 26, 2024Could This Be The Weirdest Python Library Ever?I got introduced to the world of computer programming with Python (I am a staunch member of the βHTML is not a programming languageβ camp), and after I got wowed by the basics and stuff, I went to get the award winning Head First Python book for furt...DiscussΒ·4 likesPython
izam-mohammedizam.hashnode.devΒ·Apr 3, 2024I created Ragrank π― - Open source Python library to evaluateΒ LLM.Ragrank π― Feel free to contribute on GitHub π The story behind Ragrank: Recently, I was building an LLM application using Retrieval Augmented Generation (RAG). After pushing that into production, I received some feedback indicating that the chatbo...DiscussΒ·10 likesllm
Ashvini Mahajanashwinimahajan.hashnode.devΒ·Mar 24, 2024Day 8. Python Libraries For DevOpsList of Python modules for DevOps os Module This module provides a way of using operating system functionality. Basics of OS Module #Import os module import os #Get Os name os.name #Get environment variables os.environ Current Working Di...Discuss#pythonlibraries
Nilkanth Mistrynilkanth1010.hashnode.devΒ·Feb 18, 2024Day 15 - Mastering Python Libraries for File Magic! ππAs DevOps engineers, maneuvering through different file formats is part of our daily routine. Python, equipped with its powerful libraries, provides an intuitive solution. Today, let's uncover the capabilities of the json and yaml libraries. ππ Cre...Discuss90 Days Of Devops ChallengesDevops
SWATHI PUNREDDYswathireddy.hashnode.devΒ·Feb 16, 2024Day 15: Mastering DevOps with Python LibrariesPython Libraries: Empowering DevOps Excellence Python's strength lies not only in its simplicity and readability but also in its vast array of libraries catering to diverse needs across various domains. In the realm of DevOps, where automation, confi...DiscussΒ·5 likesΒ·52 readsDevOpsExcellence
Shefali Mishrashefalimishra.hashnode.devΒ·Nov 26, 2023#Day 15 - Python LibrariesReading JSON and YAML in Python As a DevOps Engineer, one of the essential skills you need to have is the ability to work with various file formats, including JSON and YAML. These formats are commonly used in configuration management, infrastructure ...Discuss#pythonlibraries