This repository contains my practice work from the PW Skills – Data Science with GenAI course.
It includes basic Python concepts that I learned in the beginning of the course.
- How Python works
- Print statements
- Variables
- Data types (int, float, string, list, tuple, dict, set)
- Type casting
- Input and output
- Basic operators
- Conditional statements (if, elif, else)
- Loops (for loop, while loop)
- Simple exercises and assignments
- Google Colab notebook with all my code and answers
- This README file
Open the Colab notebook and run each cell to see the results.
This repo shows my foundation in Python programming, which is the base for data science and machine learning.