State of Mind Video Demo: https://youtu.be/A_LHhCcOy-8?si=2Mmdrr1R0DfCjp00 Description: State of Mind is a mental health tracker, that aims to help...
Hey everyone! I’m excited to announce that I’ve officially completed Harvard’s CS50’s Introduction to Programming with Python (CS50P) and earned my...
In this Problem Set we delve into the world of Object-Oriented Programming (OOP) and explore the concept of classes. Classes are a way in which we can...
In this problem set we explore the use of regexes (regular expressions) to examine patterns within our code. Regular expressions enable us to examine...
In this Problem Set we explore File I/O (input/output), which is the ability of a program to take a file as input or create a file as...
In this Problem set we revisited some of our older problems and wrote test code to check that the code is working as expected. With the help of the...