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 manipulation of lists in Python, including creating, accessing, slicing, concatenating, repeating, and searching elements. It also explains list comprehension, a concise way to create lists based on existing ones. The instructor demonstrates various list methods such as growing, sorting, and reversing, and introduces the concept of nested lists. The lecture concludes with an overview of functions in Python.