Get in Touch

Course Outline

Day 1
Module 1: Introduction to Python for Unix Users

Topics
Why Python for scripting and automation
• Advantages of Python for scripting
• Utilizing Python in system administration and DevOps

Bash vs Python comparison
• Variables
• Control flow (if statements, loops)
• Working with files
• Executing system commands

Structure of a Python script
• Running Python scripts
• Using the interpreter
• Command line arguments
• Introduction to argparse

Exercises
Exercise 1 – Converting a simple Bash script to Python
The Bash script will:
• List files from a directory
• Filter by file extension
• Display statistics
Participants will rewrite this script in Python.

Exercise 2 – Python script with CLI arguments
Creating a Python script that:
• Receives parameters from the command line
• Processes files
• Displays structured results

Module 2: File and Directory Manipulation

Topics
Working with the filesystem in Python
• Reading and writing files
• Navigating directories
• Handling paths

Using the pathlib module
• Path management
• File operations

Replacing Unix utilities
• grep
• find
• sed
• awk
with Python implementations

Exercises
Exercise 1 – Filesystem scanning
Python script that:
• Searches for large files
• Identifies old files
• Generates a report

Exercise 2 – Processing configuration files
Python script that:
• Reads text files
• Extracts relevant information
• Generates statistics

Day 2
Module 3: Log Processing and Text Manipulation

Topics
Working with text in Python
• String operations
• Filtering and transforming data

Regular expressions (regex)
• Pattern identification
• Log parsing

Replacing shell pipelines
Example:
grep | awk | sed | sort
implemented in Python

Exercises
Exercise 1 – Log file analysis
Python script that:
• Reads system logs
• Identifies errors
• Calculates error frequency

Exercise 2 – Converting a shell pipeline to Python
A complex Bash pipeline transformed into a Python script

Module 4: Automating System Commands

Topics
Executing shell commands from Python
• subprocess module
• Capturing output
• Error handling

Automating administrative tasks
• Running system commands
• Integration with cron jobs
• Scripting for repetitive tasks

Process management
• Monitoring processes
• Simple parallel execution

Exercises
Exercise 1 – Python script that runs system commands
The script will:
• Run Unix commands
• Capture output
• Generate reports

Exercise 2 – Service monitoring
Python script that:
• Checks the status of a service
• Collects information
• Displays results

Day 3
Module 5: Advanced Automation and Interaction with External Services

Topics
Working with APIs in Python
• Introduction to HTTP requests
• Authentication and tokens
• Processing JSON responses

Python for DevOps automation
• Collecting data from external services
• Integration with existing tools
• Infrastructure scripting

Exercises
Exercise 1 – Python script consuming an API
The script will:
• Collect data from an API
• Process the information
• Generate a report

Exercise 2 – Automating data collection
Python script that:
• Collects system information
• Generates a JSON or CSV report

Module 6: Building a CLI Tool for Administration

Topics
Structuring a Python project
• Code organisation
• Function reuse
• Modules and packages

Creating a CLI tool
• Command line arguments
• Structured output
• Error handling

Final exercise
Participants will build a CLI automation tool in Python that:
• Analyses log files
• Identifies errors
• Generates statistics
• Can be run from the command line

Course Outcomes
By the end of the course participants will be able to:
• Transform shell scripts into Python scripts
• Use Python for automating system tasks
• Process logs and complex data
• Build CLI tools for Unix system administration

Requirements

Prerequisites

  • Fundamental knowledge of Unix/Linux operating systems
  • Familiarity with command-line usage (shell/Bash)
  • Experience in writing simple shell scripts (e.g., loops, conditions, file operations)
  • A general understanding of system administration concepts is advantageous
  • No prior Python experience is necessary

Target Audience

  • System administrators operating within Unix/Linux environments
  • DevOps engineers seeking to enhance their automation capabilities
  • Engineers and technical specialists who utilize shell scripting for daily tasks
  • IT professionals interested in migrating from Bash to Python
  • Developers working in Unix environments who wish to automate workflows more efficiently
 21 Hours

Custom Corporate Training

Training solutions designed exclusively for businesses.

  • Customized Content: We adapt the syllabus and practical exercises to the real goals and needs of your project.
  • Flexible Schedule: Dates and times adapted to your team's agenda.
  • Format: Online (live), In-company (at your offices), or Hybrid.
Investment

Price per private group, online live training, starting from 3900 € + VAT*

Contact us for an exact quote and to hear our latest promotions

Testimonials (2)

Provisional Upcoming Courses (Contact Us For More Information)

Related Categories