Archana Prustyarchana77.hashnode.dev·Oct 4, 2024Day 15: A Closer Look at Python Control StatementsIntroduction : Welcome back to my Python journey! Yesterday, I laid the foundation with control structures in python. Today, I dove into control statements, essential building blocks of any programming language. Let's explore what I learned! Control ...2Articles1Week
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 23, 2024Basics of Python for DevOps Engineers #Day-15What is Python? Python is an open-source, general-purpose, high-level, and object-oriented programming language. It was created by Guido van Rossum. Python is known for its readability and simplicity, making it a popular choice for beginners and expe...41 readsDevOpsLinux
Pranit Kolamkarkpranit.hashnode.dev·Jul 20, 2024Navigating the Traffic Flow: Managing Route Tables and Internet Gateways in AWS VPCWithin the realm of AWS cloud networking, a well-defined Virtual Private Cloud (VPC) forms the bedrock for secure and controlled communication between your resources. But ensuring proper data flow within your VPC requires meticulous management of rou...day15
Prathmesh Vibhuteprathmeshh.hashnode.dev·Feb 14, 2024Day 15 : Python Libraries for DevOpsAs a DevOps Engineer, proficient handling of various file formats is crucial. Whether it's parsing configuration files, managing infrastructure definitions, or automating deployment workflows, having the right tools at your disposal is essential. In ...day15
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Nov 29, 2023Amazon RDS — Day 15In the vast landscape of cloud computing, managing databases efficiently and securely is a critical aspect for businesses of all sizes. Amazon Web Services (AWS) offers a robust solution through its Relational Database Service (RDS), providing a mana...5 likes·444 readsday15
Unnati Guptadevunnatig.hashnode.dev·Sep 8, 2023Python Libraries for DevOps#day15 #90daysdevopschallenge What is JSON? JSON stands for "JavaScript Object Notation". It is a widely used data interchange format that is language-agnostic, meaning it can be used in various programming languages including Python and JAVA. JSON i...34 readsday15
Ajay Giteajaygite.hashnode.dev·Aug 20, 2023Python Libraries For DevOps1. Python In-Built Libraries Python has a wide range of built-in libraries that provide developers with a variety of functionalities to help solve complex programming problems. Some of them are os, sys, datetime, re, math, random, json, yaml, etc. De...46 reads#90daysofdevops
Meenal Jyotikameenaljyotika.hashnode.dev·Aug 18, 2023Day-15: Demystifying JSON and YAMLIntroduction 🎉 Hello there, fellow DevOps learners! It's your enthusiastic DevOps newbie here again, and today we're diving into the world of JSON and YAML. 🚀 Let's break down these concepts in our signature demystifying manner! 🤓 Concepts💭 1. Wh...10 likes90 Days of DevOps#90daysofdevops
Moiz Asifmoiz-journeytodevops.hashnode.dev·Aug 13, 2023Day 15: Python Libraries for DevOpsToday, let’s dive into a crucial aspect of being a DevOps Engineer -> reading JSON and YAML in Python. Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc Libraries for DevOps in Python ...python libraries
Sneha Falmarisneha235.hashnode.dev·Aug 9, 2023#day15-Simplifying DevOps Workflows with Python Libraries🚈📝🐱🏍What are JSON and YAML in Python?🤔 JSON (JavaScript Object Notation) and YAML (YAML Ain't Markup Language) are both popular data serialization formats used in Python and many other programming languages. They are used to represent structured d...Devops