Skip to content

Latest commit

Β 

History

History
71 lines (41 loc) Β· 1.54 KB

File metadata and controls

71 lines (41 loc) Β· 1.54 KB

πŸš€ My Python Learning Journey

Hi there πŸ‘‹ I’m currently learning Python and building hands-on projects to strengthen my skills and grow as a developer. This repository is part of my practice and showcases my progress step by step.

πŸ“š What I'm Doing

  • Practicing Python basics (functions, loops, data types, etc.)
  • Solving coding challenges
  • Building mini-projects to apply what I learn
  • Using GitHub to share my journey

🧠 Projects

πŸ“ Smart Task Manager (CLI)

A simple command-line task manager built using Python.

Features:

  • Add new tasks
  • View all tasks
  • Mark tasks as completed
  • Delete tasks
  • Track productivity stats
  • Saves data using JSON file storage

Tech Used:

  • Python 🐍
  • File handling (JSON)
  • CLI-based interface

How to run:

cd projects/smart-task-manager
python main.py

🎯 Goals

  • Get comfortable writing clean and efficient Python code
  • Understand real-world applications of Python
  • Explore areas like automation, web development, and data science
  • Become a better problem solver through practice

πŸ› οΈ Tech Stack

  • Language: Python 🐍
  • Tools: Git, GitHub, VS Code, Jupyter Notebook

🀝 Connect with Me

I’m always open to learning from others and sharing knowledge. If you have suggestions, tips, or cool project ideas, feel free to open an issue or drop me a message!

⭐️ This is just the beginning of my Python journey β€” more projects coming soon!