Day 10 of #60DaysOfMiniProjects From writing simple scripts to building useful data-management tools — improving step by step. Today I built a CLI-based Contact Book using Python What this project does: • Adds new contacts with name and phone number • Displays all saved contacts • Searches contacts quickly by name • Deletes contacts from the contact list • Uses a menu-driven interface for smooth interaction Concepts I worked with: • Dictionaries for storing contacts • While loops for continuous program execution • Conditional statements (if-elif-else) • Dictionary methods like items() and del • User input handling and menu logic This project helped me understand how data can be stored, searched, and managed using Python dictionaries in real applications. Simple idea. Useful logic. Better problem-solving. Consistency builds confidence. #Python #MiniProjects #BuildInPublic #CodingJourney #CSE #DeveloperGrowth #LearningInPublic #ProblemSolving #PythonProjects

To view or add a comment, sign in

Explore content categories