Skip to main Content

Automation with Python

  • Kursuskode GK2355
  • Varighed 4 dage

Åbent kursus Pris

DKR14,860.00

Ekskl. Moms

Anmod om gruppetræning Køb

Leveringsmetoder

Kurset er tilgængeligt i følgende formater:

  • Firma kursus

    Et lukket firma kursus

  • Åbent kursus

    Traditionel klasserumsundervisning

  • Åbent kursus (Virtuelt)

    Live klasserumsundervisning du tilgår virtuelt

Anmod om dette kursus Med en anden leveringsløsning

Beskrivelse

Toppen

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.

Kursusdato

Toppen
    • Leveringsmetode: Åbent kursus (Virtuelt)
    • Dato: 05-08 januar, 2026 | 9:00 AM to 4:30 PM Guaranteed Event
    • Kursussted: Virtual (W. Europe )
    • Sprog: hollandsk
    • Guaranteed To Run

    DKR14,860.00

    • Leveringsmetode: Åbent kursus (Virtuelt)
    • Dato: 09-12 februar, 2026 | 9:00 AM to 5:00 PM
    • Kursussted: Virtual (W. Europe )
    • Sprog: engelsk

    DKR14,860.00

    • Leveringsmetode: Åbent kursus (Virtuelt)
    • Dato: 20-23 april, 2026 | 10:00 AM to 6:00 PM
    • Kursussted: Virtual (W. Europe )
    • Sprog: engelsk

    DKR14,860.00

    • Leveringsmetode: Åbent kursus (Virtuelt)
    • Dato: 26-29 maj, 2026 | 9:00 AM to 5:00 PM
    • Kursussted: Virtual (W. Europe )
    • Sprog: engelsk

    DKR14,860.00

    • Leveringsmetode: Åbent kursus (Virtuelt)
    • Dato: 29 juni-02 juli, 2026 | 10:00 AM to 6:00 PM
    • Kursussted: Virtual (W. Europe )
    • Sprog: engelsk

    DKR14,860.00

    • Leveringsmetode: Åbent kursus (Virtuelt)
    • Dato: 03-06 august, 2026 | 9:00 AM to 5:00 PM
    • Kursussted: Virtual (W. Europe )
    • Sprog: engelsk

    DKR14,860.00

Målgruppe

Toppen

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

Kursets formål

Toppen

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
     

Kursusindhold

Toppen

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

Forudsætninger

Toppen
None

Mere information

Toppen

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)