KMKarabo Molefiinkarabomolefi.hashnode.dev·Feb 9, 2025 · 1 min readFrom 0 to 01100100: My Journey into Computer Science Studies 🎓💻I'm excited to share that I've embarked on an exciting new chapter in my life! 🎉 I've officially enrolled in the Bachelor of Computing program at Belgium Campus iTversity, and I couldn't be more excited about this journey ahead. This marks a signifi...01O
KMKarabo Molefiinkarabomolefi.hashnode.dev·Aug 9, 2024 · 8 min readCS50P - Final ProjectState 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 users keep track of their mental health by allowing them to log their current mood and perform other f...00
KMKarabo Molefiinkarabomolefi.hashnode.dev·Aug 1, 2024 · 2 min readI Acquired My CS50P Certificate! Here's what I learnedHey everyone! I’m excited to announce that I’ve officially completed Harvard’s CS50’s Introduction to Programming with Python (CS50P) and earned my certificate! It was a challenging but fun course and a rewarding experience that taught me more than I...01O
KMKarabo Molefiinkarabomolefi.hashnode.dev·May 17, 2024 · 2 min readSolving CS50P - Problem Set 8In 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 create our own type of data and give them names. ℹ Disclaimer: The following code solutions are fo...00
KMKarabo Molefiinkarabomolefi.hashnode.dev·May 10, 2024 · 3 min readSolving CS50P - Problem Set 7In this problem set we explore the use of regexes (regular expressions) to examine patterns within our code. Regular expressions enable us to examine expressions in patterns, for a example that of an email address. ℹ Disclaimer: The following code s...00