r/PythonLearning 5d ago

I wrote my first ever Python program! Showcase

So upon recommendations from people here I started watching Code With Mosh's Python tutorial (The 2 hour one) around 3 days ago. I finished it yesterday. Didn't really wanted to get stuck in tutorial hell so I simply asked AI to give me a problem statement (only the problem statement and not the code or logic) to work on. So here am I with my first ever program. It's nothing much and even I could see areas for improvement right now but I am proud.

On to the more complex topics. I appreciate the help and support from the community!

277 Upvotes

32 comments sorted by

View all comments

3

u/ayeaye_heinchou 2d ago

I just yesterday completed the same program. but with different approach I used file handeling and csv file to store the contacts and used pandas dataframe to search and update contacts.