Objectives:
Be familiar with data types, data structures, and the design of structured programs.
Be able to write a program in C and Python, with attention to software quality.
Learning Outcomes:
The content is based on the basics of writing programs in C language: types, operators, control structures and arrays.
The following notions are studied:
-notions in C : structures, functions, pointers, dynamic variables, files.
-notions in Python : types, operators, basic instructions, structures, functions, global and local variables, files, notion of classes/methods, structures of usual libraries.
-project realisation