Systems Programming

CPE Lyon

Reference Material

Introduction to systems programming with Python: process management, file operations, system calls, and interaction with the operating system through high-level programming interfaces.
python shell >>> import os >>> os .system( "ls" ) P1 P2 P3 def class

Lectures

Python Fundamentals

Introduction to Python

Core Python programming concepts: syntax, data structures, control flow, functions, and object-oriented programming principles for systems-level development.

View Lecture

Practical Work

Hands-on Practice

Practical Sessions

Comprehensive practical exercises covering Python programming for systems tasks: file I/O, process management, system calls, and OS interaction. Includes detailed instructions and examples.

Access Practicals