I built my first real Python project today. 🐍 A fully functional Contact Book — runs in the terminal, no frameworks, no tutorials to copy from. What it does: → ➕ Add multiple contacts at once → 📋 View all saved contacts → ❌ Delete contacts by number → 🔁 Keeps running until you choose to exit What I used to build it: → Dictionary — to store name + phone pairs → While loop — to keep the app running → Functions — to avoid repeating code → Enumerate — to number contacts cleanly 3 weeks ago I didn't know what a dictionary was. Today I built an app with one. That's what consistent learning looks like. 💪 #Python #LearningInPublic #DataAnalytics #PythonProject #BBA #buildinpublic

To view or add a comment, sign in

Explore content categories