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 programming, focusing on dictionaries and classes. It starts with an overview of Python data types and control structures, then delves into the concept of dictionaries, demonstrating how to work with keys and values. The lecture also introduces classes as a more advanced type, explaining how they model real-world objects or abstract concepts, and how to define data and operations within a class. Examples and demonstrations are provided to illustrate the usage of dictionaries and classes in Python programming.