Skip to main Content

Automation with Python

  • Course Code GK2355
  • Duration 4 days

Public Classroom Price

£2,045.00

excl. VAT

Request Group Training Add to Cart

Course Delivery

This course is available in the following formats:

  • Company Event

    Event at company

  • Public Classroom

    Traditional Classroom Learning

  • Virtual Learning

    Learning that is virtual

Request this course in a different delivery format.

Course Overview

Top

The focus of this course is on automating IT work with the Python programming language. This refers to writing simple scripts that perform tasks that were previously performed manually. The training focuses on the core of the python programming language, moving towards practical application as quickly as possible. Time is spent on hands-on implementation of real-world applications; the more abstract parts of the python programming language are not covered here.

The training connects well with real-world applications, and specific questions can be adequately addressed during the course.

Course Schedule

Top
    • Delivery Format: Virtual Learning
    • Date: 09-12 February, 2026 | 8:00 AM to 4:00 PM
    • Location: Virtual (GMT Standa)
    • Language: English

    £2,045.00

    • Delivery Format: Virtual Learning
    • Date: 20-23 April, 2026 | 9:00 AM to 5:00 PM
    • Location: Virtual (GMT Standa)
    • Language: English

    £2,045.00

    • Delivery Format: Virtual Learning
    • Date: 26-29 May, 2026 | 8:00 AM to 4:00 PM
    • Location: Virtual (GMT Standa)
    • Language: English

    £2,045.00

    • Delivery Format: Virtual Learning
    • Date: 29 June-02 July, 2026 | 9:00 AM to 5:00 PM
    • Location: Virtual (GMT Standa)
    • Language: English

    £2,045.00

    • Delivery Format: Virtual Learning
    • Date: 03-06 August, 2026 | 8:00 AM to 4:00 PM
    • Location: Virtual (GMT Standa)
    • Language: English

    £2,045.00

    • Delivery Format: Virtual Learning
    • Date: 28 September-01 October, 2026 | 9:00 AM to 5:00 PM
    • Location: Virtual (GMT Standa)
    • Language: English

    £2,045.00

Target Audience

Top

The training is aimed at IT professionals who need to automate tasks that are normally performed manually. Think of system and network administrators.

Course Objectives

Top

After completing this course, the student will be able to automate work using python scripting. Some possible examples:

  • system administrators: automatically perform installations, set up and configure systems, monitor and search log files, etc.
  • network administrators: configuring IP addresses and routing, interacting with a REST API, monitoring and searching log files, etc.
     
  • Use of Python data types: string, int, float, boolean, list, dict
  • Using Python control structures: if, for, while
  • Writing Python functions
  • Handling errors using exceptions
  • Writing and executing Python Scripts
  • Using Python classes
  • packages, dependencies and virtual environments
  • Installing and using third-party packages using pip
  • opening, reading and editing files, both text and binary

 
And in practice:

  • Executing external (shell) commands from within python
  • Parsing and searching log files
  • Text formats: CSV, XML, JSON
  • Execution of unix shell commands
  • Remote execution of commands over SSH
  • Communication with REST APIs Regular expressions
  • Web interfaces with Flask
  • Scheduling
     

Course Content

Top

Day 1: Python Introduction

  • Use of Python data types: string, int, float,
  • Using Python control structures: for, while
  • Opening, reading and editing files, both text and binary
  • Writing and executing Python Scripts
  • Executing unix shell commands

Day 2: Python continued

  • Using Python data types: boolean, list, dict
  • Using Python control structures: if
  • Writing Python functions
  • Remote execution of commands over SSH
  • Text formats: CSV, XML, JSON

Day 3:

  • Handling of errors through exceptions
  • packages, dependencies and virtual environments
  • Installing and using third-party packages using pip
  • Web interfaces with Flask
  • Scheduling

Day 4:

  • Using Python classes
  • Handling of errors through exceptions
  • Communication with REST APIs
  • Parse and search log files
  • Regular expressions

Course Prerequisites

Top
None

Further Information

Top

Course participants should have their own laptop with the rights to install software on it. During the course, we will use at least the following software:

  • Python 3.x
  • Pycharm (JetBrains)