You will practice and apply what you learn through hands-on labs using Jupyter Notebooks. By the end of this course, you’ll feel comfortable creating basic programs, working with data, and automating real-world tasks using Python.
In this module, you will explore essential Python data structures including lists, tuples, dictionaries, and sets. Starting with lists and tuples, you will learn how to store and manipulate collections of data using indexing, slicing, and sorting techniques. Through hands-on labs, you’ll practice key operations such as cloning lists and performing tuple manipulations.