top of page

Python systems programming
Thu, 20 Apr
|Online Course


Time & Location
20 Apr 2023, 09:00 – 13:00 CEST
Online Course
About the Event
Topics covered
Python is a very versatile programming language that has a wide range of applications. This training concentrates on interaction with the operating system, the file system, other applications and the network. This is useful for systems programming, but also when you want to use Python as a coordination language for your workflows.
Subjects and Python modules that will be covered:
interacting with the operating system: os, sys
interacting with files: os.path, pathlib, shutil, fileinput, tempfile
command line arguments & configuration files: argparse, configparser
bottom of page