CTEC 121 CS50P – Introduction to Programming with Python
Completed as part of Harvard's CS50P curriculum, offered through Clark College (Winter Quarter).
CS50's Introduction to Programming with Python is Harvard University's introductory course for people who have little or no prior programming experience. The course covers Python fundamentals through a series of progressively challenging problem sets.
Institution: Clark College
Term: Winter Quarter
Certificate: Earned 09/14/25
- Functions & Variables
- Conditionals & Loops
- Exception Handling
- Working with Libraries (
random,sys,requests, etc.) - Unit Testing with
pytest - File I/O (reading/writing CSV, text files)
- Regular Expressions
- Object-Oriented Programming
- Final Project
I successfully completed the course and earned a verified certificate from CS50/Harvard.
All solutions are my own work or with help from instructor, written during the course. This repository serves as a portfolio of my progress learning Python.
Thanks to the CS50 team at Harvard and Clark College for an excellent course!