Initiation to Python
ECTS:
0
Course Hours:
0
Tutorials Hours:
3
Language:
French
Examination Modality:
Sans évaluation
Objective
The objective of this course/TP is to provide students with the basic tools for coding in Python. The skills acquired during this course (handling the main packages/modules, writing simple programs) will then be implemented and developed during the various lectures of the second and third year.
Planning
Python :
1. Variables, lists, and chains of carcaters
2. Control structures
3. Functions and modules
4. Dictionaries
5. File manipulation
6. Test your code
References
Sébastien CHAZALLET – Python 3, les fondamentaux du langage
https://courspython.com/introduction-python.html
https://fr.wikibooks.org/wiki/Programmation_Python/Introduction