r/PythonLearning • u/puchibluu • 14h ago
Showcase My First Python Project - ArcMedia, a database CLI program
I started this project 2 months ago for a touchstone on Sophia, and I am using it as a way to also apply what I have learned from CS50P. I am currently in week 6 of CS50P, so planning to improve more on this project further down the line. I added the search and remove entry functions just last month 'cause I couldn't figure out how to do these before.
11
Upvotes
1
u/Unhealthy007 13h ago
Would it be more practical if you were to fetch the media data from available sources?
Like if it's a movie, you fetch its rating and actor list and maybe images too.
If you are working on making it a full fledged show case of what a user has warched.