DEV Community

dev Saini
dev Saini

Posted on

Python for devops Day 1

πŸš€ Learning Progress Update

Today, I decided to take a short break from my 3-Tier Application Project Challenge and focus on strengthening my Python fundamentals.

Here’s what I explored and completed today:

βœ… What is Python & how to install it

βœ… Basics of loops, conditions, and functions

βœ… Wrote a simple backup script in Python

βœ… Explored the boto3 library – AWS SDK for Python

Learned how to install boto3

Understood that boto3 functions only work after configuring AWS credentials (Access Key & Secret Key)

Tried listing existing S3 buckets in AWS using Python

This small shift helped me understand how Python can be a powerful tool for DevOps automation and how it directly connects with AWS services.

Excited to dive deeper into Python scripting + AWS in the coming days! πŸ’»β˜οΈ

Github Link: https://github.com/DEVKUMARSAINI545/python-for-devops

Python #AWS #Boto3 #DevOps #LearningJourney #CloudComputing


Top comments (0)