Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.19 KB

File metadata and controls

44 lines (28 loc) · 1.19 KB

Python

CTEC 121 CS50P – Introduction to Programming with Python

Completed as part of Harvard's CS50P curriculum, offered through Clark College (Winter Quarter).


About This Course

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


Topics Covered

  • 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

Certificate

I successfully completed the course and earned a verified certificate from CS50/Harvard.


Notes

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!