This repository contains all my daily coding tasks completed during a 30-day Python internship.
Each day’s progress is organized folder-wise (Day 1 → Day 30
) with code files and notes.
This public repository serves both as my personal learning tracker and as a free resource for anyone who wants to learn Python through real-world exercises and structured examples.
Note : I'm familiar with the term coding because of my previous knowledge in Java and C++, so I have written this repo project in my way of understanding.

- Strengthen understanding of Python fundamentals
- Practice problem-solving through daily tasks
- Build hands-on experience with core Python modules
- Share knowledge openly with the developer community
📂 `30DaysOfPython/`
├── 📁 `Day_01/`
│ ├── 📄 `task.py`
│ └── 📝 `notes.md`
├── 📁 `Day_02/`
│ ├── 📄 `task.py`
│ └── 📝 `notes.md`
├── ...
└── 📁 `Day_30/`
├── 📄 `final_project.py`
└── 📝 `summary.md`
Each folder includes:
- task.py → Daily assignment code
- notes.md → Concepts learned and insights
- Introduction to Python
- Applications of Python
- IDEs and Python Interpreter
- Indentation and Comments
- Input and Output Functions
- Keywords
- Variables and Identifiers
- Operators
- Control Structures
- List
- Tuples
- Strings
- Set
- Dictionary
- Functions (Recursion, Anonymous)
- File Handling
- Object-Oriented Programming (OOPs)
- Generators and Iterators
- Modules (math, random, os, collections)
- Exception Handling
- Libraries: Pandas, NumPy
- PEP8 Guidelines
By the end of this internship, I aim to:
- Write clean, efficient, and reusable Python code
- Understand Python’s built-in modules and libraries
- Apply OOPs and exception handling in real scenarios
- Follow PEP8 for professional coding standards
git clone https://github.com/<your-username>/Python-Learning.git
cd Day_01
python task.py
python notes.md
This is a public repo — feel free to:
- Explore the tasks and code samples
- Suggest improvements via Pull Requests
- Share feedback or explanations
Special thanks to Besant Technologies, Mohamed Ismail sir (General Manager) Pavimithra mam (Hr), Rajalakshmi mam (Hr) and Gowthami Shyam mam (Mentor) for their guidance and support throughout this internship.
Passionate Learner | Aspiring Developer | Python Enthusiast