Skip to content

Commit 1cc122b

Browse files
Update README.md
1 parent 70f5215 commit 1cc122b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,38 +62,38 @@
6262
- Practice exercises and examples:
6363
- Example: Print list of files in the list of folders provided
6464

65-
## Day 11: Working with Dictionaries and Sets
65+
## Day 11: Working with Dictionaries and Sets (Project-1)
6666
- Dictionaries and key-value pairs.
6767
- Sets and set operations.
6868
- Practice exercises and examples:
6969
- Example: Managing a dictionary of server configurations and optimizing retrieval.
7070

71-
## Day 12: Python Tasks for DevOps (Part 1) - File Operations
71+
## Day 12: Python Tasks for DevOps (Part 1) - File Operations (Project-2)
7272
- Introduction to File Operations and Boto3.
7373
- Automating File operations.
7474
- Practice exercises and examples:
7575
- Example: Update a server resources in the server.conf file up on external notification.
7676

77-
## Day 13: Python Tasks for DevOps (Part 2)
77+
## Day 13: Python Tasks for DevOps (Part 2) (Project-3)
7878
- Using Fabric for remote task automation.
7979
- AWS automation with Boto3.
8080
- Managing EC2 instances, S3 buckets, and more.
8181
- Practice exercises and examples:
8282
- Example: Creating a aws script for deploying applications to remote servers.
8383

84-
## Day 14: Working with RESTful APIs
84+
## Day 14: Github-JIRA intergration Project - (Project-4)
8585
- Introduction to RESTful APIs.
8686
- Making HTTP requests using Python.
8787
- Parsing JSON responses and error handling.
8888
- Practice exercises and examples:
89-
- Example: Developing a script to monitor RESTful API endpoints for your DevOps tools.
89+
- Example: Write a Python API which listens on a github comment and creates a ticket in JIRA.
9090

91-
## Day 15: Data Serialization and Configuration Files
92-
- Serializing and deserializing data (JSON, YAML).
93-
- Managing configuration data.
94-
- DevOps use cases for configuration files.
91+
## Day 15: Github-JIRA intergration Project - (Project-4) - (Part-2)
92+
- Introduction to Flask.
93+
- Write your first API in python.
94+
- How to handle API calls and deploy your API to a server.
9595
- Practice exercises and examples:
96-
- Example: Building a configuration manager to handle application settings in JSON format.
96+
- Example: Write a Python API which listens on a github comment and creates a ticket in JIRA.
9797

9898
## Day 16: Automation with Cron Jobs
9999
- Scheduling automated tasks using cron.

0 commit comments

Comments
 (0)