Skip to content

Commit a30ed9f

Browse files
Update README.md
1 parent dab0b27 commit a30ed9f

File tree

1 file changed

+10
-24
lines changed

1 file changed

+10
-24
lines changed

README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -68,53 +68,39 @@
6868
- Practice exercises and examples:
6969
- Example: Managing a dictionary of server configurations and optimizing retrieval.
7070

71-
## Day 12: Functions and Modules
72-
- Introduction to functions in Python.
73-
- Writing functions and function parameters.
74-
- Return values and modular code.
71+
## Day 12: Python Libraries for DevOps (Part 1)
72+
- Introduction to File Operations and Boto3.
73+
- Automating File operations.
7574
- Practice exercises and examples:
76-
- Example: Creating a function to automate server status checks.
75+
- Example: Update a server resources in the server.conf file up on external notification.
7776

78-
## Day 13: Functions and Modules (Part 2)
79-
- Advanced function topics (recursion, lambda functions).
80-
- Function libraries and built-in functions.
81-
- Practice exercises and examples:
82-
- Example: Developing a library of custom functions for DevOps automation.
83-
84-
## Day 14: Python Libraries for DevOps (Part 1)
85-
- Introduction to external libraries like Paramiko, Fabric, and Boto3.
86-
- Automating SSH connections with Paramiko.
87-
- Running commands on remote servers.
88-
- Practice exercises and examples:
89-
- Example: Using Paramiko to create a secure remote backup solution.
90-
91-
## Day 15: Python Libraries for DevOps (Part 2)
77+
## Day 13: Python Libraries for DevOps (Part 2)
9278
- Using Fabric for remote task automation.
9379
- AWS automation with Boto3.
9480
- Managing EC2 instances, S3 buckets, and more.
9581
- Practice exercises and examples:
96-
- Example: Creating a Fabric script for deploying applications to remote servers.
82+
- Example: Creating a aws script for deploying applications to remote servers.
9783

98-
## Day 16: Working with RESTful APIs
84+
## Day 14: Working with RESTful APIs
9985
- Introduction to RESTful APIs.
10086
- Making HTTP requests using Python.
10187
- Parsing JSON responses and error handling.
10288
- Practice exercises and examples:
10389
- Example: Developing a script to monitor RESTful API endpoints for your DevOps tools.
10490

105-
## Day 17: Data Serialization and Configuration Files
91+
## Day 15: Data Serialization and Configuration Files
10692
- Serializing and deserializing data (JSON, YAML).
10793
- Managing configuration data.
10894
- DevOps use cases for configuration files.
10995
- Practice exercises and examples:
11096
- Example: Building a configuration manager to handle application settings in JSON format.
11197

112-
## Day 18: Automation with Cron Jobs
98+
## Day 16: Automation with Cron Jobs
11399
- Scheduling automated tasks using cron.
114100
- Creating Python scripts for scheduled automation.
115101
- Handling periodic tasks and reports.
116102
- Practice exercises and examples:
117103
- Example: Using cron and Python to schedule regular backups of your data.
118104

119-
## Day 19: Python Interview Questions & Answers
105+
## Day 17: Python Interview Questions & Answers
120106

0 commit comments

Comments
 (0)