ENSAE Paris - École d'ingénieurs pour l'économie, la data science, la finance et l'actuariat

Initiation to Python

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