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 introduces Python scripting basics, covering single-line and multi-line comments, variable assignment, basic arithmetic operations, and the use of F-strings. The instructor demonstrates how to create a simple script to convert temperature from Celsius to Fahrenheit, emphasizing the importance of variable types. The lecture also includes guidance on running Python scripts in the terminal, both in regular and interactive mode, and highlights the significance of debugging. By the end, the audience gains a foundational understanding of Python scripting and its practical applications.