DEV Community

Cover image for Day 4 of “90 Days of Free Python Scripts”
momina raheel (Moona)
momina raheel (Moona)

Posted on

Day 4 of “90 Days of Free Python Scripts”

Day 4 of “90 Days of Free Python Scripts...

Each day I’m sharing a small, open-source Python project beginners can run, study and improve.

Today’s script:

a Contact Book

Not to replace your phone’s contacts 😉 but to practice:

  • File handling
  • - Add/search/update/delete functions
  • - Building a small CLI app Free for anyone to use or modify: Here is the github link :: click here! If you’re following along, try it out and comment what you’d build next!

Top comments (1)

Collapse
 
trojanmocx profile image
ALI

Love this series — feels like a daily coding gym. A contact book is such a perfect beginner project: small enough to build quickly, but big enough to teach CRUD, file handling, and CLI basics. Curious what’s next… maybe a password manager or a tiny to-do app?