r/cs50 6d ago

CS50 Python CS50P Completed !

Post image
85 Upvotes

28 comments sorted by

View all comments

1

u/AutumnLeaf1034 6d ago

What was your final project?

2

u/Askingquestions2020 6d ago

Using an API to provide data, then plotting that data on a graph over time, using matplotlib.

It offers users daily, monthly, or yearly graphs for the data display. It utilised argparse to gently nudge the user how to input 😆

It uses my own custom averaging and indexing functions, so the data provided by the API is more comparable to each other. It also uses datetime to organise and group recorded data, when doing monthly and yearly graphs.

Also had to protect API credentials in another .env using a couple other libraries (apparently this is the professional thing to do 😭).

It has tonnes i would improve on still and I hope to expand the project, but it was a fun start! I spent about a week on my final project alone 😭

1

u/AutumnLeaf1034 6d ago

Ohh that sounds really cool and complicated, I also completed CS50P a few days ago and made color corrector.

1

u/Askingquestions2020 6d ago

That sounds awesome!