
Python for systems programming
Thu, 19 May
|Online Training
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.


Time & Location
19 May 2022, 08:00 – 13:00
Online Training
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