-
CS50 Python is a Harvard University's introductory course to Programming with Python. It covers topics such as functions, conditionals, loops, data structures, file I/O, regular expressions, unit tests, and object-oriented programming.
-
The course's content is divided in 10 weeks, each composed of a Lecture and a Problem Set.
-
This repository contains my solutions for the Problem Sets, organized by week. The Final Project is in a separate repository.
As per the course's Policy:
The essence of all work that you submit to this course must be your own. Unless otherwise specified, collaboration on assessments (e.g., assignments, labs, problem sets, projects, quizzes, or tests) is not permitted except to the extent that you may ask classmates and others for help so long as that help does not reduce to another doing your work for you. Generally speaking, when asking for help, you may show your work to others, but you may not view theirs, so long as you and they respect this policy’s other constraints.
- TODO.