In this tutorial, we take our first steps in Python, by introducing its main features, its basic syntax, data types and basic operations.
In this tutorial, we learn how to use basic control statements, such as while/elif, if/else, for.
In this tutorial, we learn how to define functions in Python.
In this tutorial, we learn how to use the NumPy module, especially to produce multidimensional arrays.
In this tutorial, we learn how to produce great graphical outputs with the Matplotlib module.
In this tutorial, we learn how to produce animations with the `Matplotlib` module. We illustrate the process with a simple parabolic motion.
In this tutorial, we learn how to simulate a dynamic system from the integration of ODEs.
In this tutorial, we learn how to produce an animation of a dynamic system governed by ODEs.