This repository contains my Python tutorial practice code where I revise and apply core Python concepts through small examples and exercises. It is part of my learning journey toward becoming an AI Engineer and helps me strengthen my understanding of Python fundamentals..
The focus is on:
- Concept clarity
- Hands-on practice
- Clean and readable code
By working through this repository, I aim to:
- Build strong Python fundamentals
- Improve logical thinking and problem-solving
- Prepare for data-focused libraries like NumPy and Pandas
- Develop consistency through daily practice
This repo includes practice for:
- Python basics
- Variables and data types
- User input
- Conditional statements (
if,else) - Loops (
for,while) - Functions
- Lists, tuples, sets, dictionaries
- String operations
- Basic logic-building problems
Each file focuses on a specific Python topic with examples and practice code.
\python_tut/ βββ basics.py βββ variables.py βββ input_output.py βββ conditions.py βββ loops.py βββ functions.py βββ lists.py βββ dictionaries.py βββ sets_tuples.py βββ strings.py βββ practice_examples.py