IEAP M1 prerequisites: to do before the first classes
Section outline
-
Below is a list of what you, IEAP Master student, need to do BEFORE attending the first class of each course.
All these prerequisites are at undergraduate level, but it may take you some time to complete them.
Please start as soon as possible.
All prerequisites must be met before the end of August 2026.
-
Before attending the first class, you must ensure that you have a working installation of the necessary software on your personal computer.
Start by installing Python as soon as possible, as you will need it for the other courses.
TODO:
- Install python: https://github.com/DenisMot/Python-minimal-install
- Do Python-Series-00
- Install GitHub desktop: https://github.com/apps/desktop
- Do Git-Series-00
- Install RStudio: https://posit.co/download/rstudio-desktop
- Do RStudio-Series-00
-
761.5 KB · Modified 17/07/25, 15:48
-
Git-Series-00 File HTML658.0 KB · Uploaded 23/07/25, 11:17
-
709.4 KB · Modified 28/07/25, 12:36
- Install python: https://github.com/DenisMot/Python-minimal-install
-
-
This file corresponds to the course material. You are asked to have read it (at least the first chapter) for the first session which will be devoted to implementation.
-
-
Before attending the first class, please review and learn the basic concepts of kinematics. Having a solid understanding of these fundamental principles will help you get the most out of our discussions and practical activities.
In addition, please complete all exercises provided in the Excel spreadsheet before the first session.
To develop your data analysis skills, you should also reproduce these exercises using Python:
Import the Excel data into a Jupyter Notebook.
Perform the same calculations and analyses as those required in the spreadsheet.
Create appropriate graphs and visualizations whenever they help answer the questions or better illustrate the results.
Clearly document your code and provide brief interpretations of your findings.This exercise will help you become familiar with basic data processing, visualization, and scientific programming tools commonly used in movement science.
-
-
Before the first class, you are asked to read the first pre-class lecture on discrete-time dynamical systems (essentially, iterating maps). Therein, you will have to try out the Checkpoint Questions (quick and to be attempted while studying the document) as well as the Readiness check (a bit longer, to attempt after reading the studying the document). Come to class with your written answers to the readiness check, as indicated at the end of the document. The PDF pre-class lecture can be downloaded from the Moodle page of the course. We will only work with Python in class; a stable distribution should be installed on your computer, as well as the possibility and read, execute and produce notebooks.
Overall, we will rapidly need to manipulate derivatives (when working with continuous-time dynamical systems. So make sure you understand this part of the mathematical prerequisites proposed in the document by E. Le Clezio.