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 Python programming, including variable declaration, methods, functions, slicing, f-strings, division operators, and control-flow structures like conditions and loops. The instructor explains how to work with different data types, perform calculations, and handle errors. Students learn about boolean values, logical operators, and how to use if statements and loops effectively in Python.