- Why Python, first lines of code
- Manipulate the variables
- Tutorial 1 (exercises)
This 18-hour module provides an introduction to the Python programming language.
Python is a modern, powerful and very accessible programming language for non-specialists. Today,
it is used in many fields, both in the academic research or in companies. It is a language that goes
to the essential, minimizing technical constraints which makes it an ideal language to learn
programming. It can help to solve a problem in a few lines of code. However, it can also be used for
larger projects. It is free and open-source, and it can used under the main operating systems such
as Windows, MacOS or Linux.
- Why Python, first lines of code
- Manipulate the variables
- Tutorial 1 (exercises)
- Use of functions, logical conditions
- Create a simple game in Python
- Tutorial 2
- Loops, lists and dictionaries
- Tutorial 3
- Access and manage files content
- Tutorial 4
- Concepts of object-oriented programming
- Tutorial 5
- Create graphical interfaces : use of TKinter
- Tutorial 6