Fondements de Programmation et calcul scientifique avec Python
Résumé de section
-
-
By the end of this chapter, the student will be able to:
· Define a function
· Use parameters and return a value
· Understand local and global variables
· Use positional, named, and default arguments
· Import a standard module
· Create a custom module
-
-
-
At the end of this chapter, the student will be able to:
· Understand and manipulate lists, tuples, dictionaries, and sets.
· Use indexing and slicing.
· Apply sorting, filtering, and list comprehensions.
· Choose the appropriate data structure depending on the context.
-
-
-
By the end of this chapter, the student will be able to:
- Understand the role of libraries in Python
- Use NumPy to efficiently manipulate numerical arrays
- Perform vectorized operations
- Create and customize plots using Matplotlib
-