This repository contains my practice work from the PW Skills – Data Science with GenAI course.
It includes different Python data structures and how to use them.
- Lists
- Creating lists
- Adding, removing, updating items
- Slicing
- Tuples
- Characteristics
- Indexing and slicing
- Dictionaries
- Keys and values
- Adding and updating items
- Looping through dictionaries
- Sets
- Unique values
- Set operations (union, intersection, difference)
- Strings
- Basic problems and assignments
- Google Colab notebook with all code
- This README file
Open the Colab notebook and run each cell to understand how each data structure works.
This repo shows my understanding of Python data structures, which are important for data analysis and real-world coding.