Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Module 04: Python Basics - Scripting for Automation

Status: In Progress Prerequisites: Module 02 - Linux

Overview

Python is the lingua franca of DevOps automation. This module covers syntax, data structures, file I/O, and scripting patterns that form the foundation for infrastructure automation.

Learning Objectives

  • Understand print() with sep and end parameters
  • Variables, types, and control flow
  • Functions and modules
  • Data structures (lists, dicts, sets)
  • File I/O and text processing
  • Error handling
  • Scripting patterns for DevOps tasks

Contents

Concepts

Labs

Journal

To be added.

Key Takeaways

Updated as the module progresses.

Content will be added as the course progresses.