Introduction to Python

At UPMC, 1st-year of Bachelor Degree in Computer Science

A gentle introduction to programming using the Python 3 language. The first part of the course introduces the basis of programming (e.g., what are programs? variables? functions? types?...). In the second part of the course, different data structures are explored as lists, sets or dictionaries.