Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the basics of writing functions in Python, including the difference between global and local variables, the use of modules, and the importance of return values. It also explains function arguments, both positional and keyword, and how to define default values. The instructor demonstrates how to write and call functions, handle optional arguments, and work with different types of arguments.