This repository contains my solutions, assignments, and study notes for the Python for Everybody Specialization, offered by the University of Michigan via Coursera.
| Course | Status | Description |
|---|---|---|
| 1. Programming for Everybody | ✅ Completed | Basics of Python, Variables, Conditionals, Functions, Loops. |
| 2. Python Data Structures | ✅ Completed | Strings, Lists, Dictionaries, Tuples, File Processing. |
My goal is not just to write code that works, but to write clean, efficient, and readable code. In this repository, I focus on:
- Understanding the core logic behind Algorithms.
- Mastering Data Structures (Lists, Dicts) for real-world applications.
- Building a strong foundation for Software Engineering.
- Language: Python 3.x
- IDE: VS Code
- Environment: Git & GitHub
-
Programming for Everybody (Getting Started with Python) – University of Michigan 🔗 Verified Certificate: View on Coursera
-
Python Data Structures - University of Michigan 🔗 Verified Certificate: View on Coursera
This repository contains my personal solutions and notes. It is intended for educational tracking and professional portfolio purposes only. If you are currently taking this course, please do not copy the code directly. Trying to solve the problems yourself is the best way to learn.