{"id":20976252,"url":"https://github.com/realtristan/cs50p","last_synced_at":"2025-08-23T13:17:33.381Z","repository":{"id":60812765,"uuid":"545785394","full_name":"realTristan/CS50P","owner":"realTristan","description":"My Solutions to the Harvard CS50P Problem Sets","archived":false,"fork":false,"pushed_at":"2024-08-16T18:52:43.000Z","size":3624,"stargazers_count":18,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T09:53:20.311Z","etag":null,"topics":["cs50","cs50p","harvard","python"],"latest_commit_sha":null,"homepage":"https://realtristan.github.io/CS50P/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realTristan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-05T01:13:54.000Z","updated_at":"2025-04-17T21:34:51.000Z","dependencies_parsed_at":"2025-04-12T01:44:18.461Z","dependency_job_id":"5e8ddbc7-77f3-44dd-a47c-cf8bcab337db","html_url":"https://github.com/realTristan/CS50P","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/realTristan/CS50P","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realTristan%2FCS50P","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realTristan%2FCS50P/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realTristan%2FCS50P/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realTristan%2FCS50P/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realTristan","download_url":"https://codeload.github.com/realTristan/CS50P/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realTristan%2FCS50P/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749046,"owners_count":24814113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cs50","cs50p","harvard","python"],"created_at":"2024-11-19T04:52:03.228Z","updated_at":"2025-08-23T13:17:33.360Z","avatar_url":"https://github.com/realTristan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS50P 2022 ![Stars](https://img.shields.io/github/stars/realTristan/CS50P?color=brightgreen) ![Watchers](https://img.shields.io/github/watchers/realTristan/CS50P?label=Watchers)\n![Untitled-2](https://user-images.githubusercontent.com/75189508/194149777-f63aa3eb-0455-4982-8b18-199bc6e6c156.png)\n\n# About CS50P\n\n\u003ca \n    href=\"https://www.edx.org/course/cs50s-introduction-to-programming-with-python\"\n    target=\"_blank\" \n    rel=\"noopener noreferrer\"\u003e\n    CS50P\n\u003c/a\u003e\nis Harvard University's introduction to programming using a language called Python. Learn how to read and write code as well as how to test and “debug” it. Designed for students with or without prior programming experience who’d like to learn Python specifically. Learn about functions, arguments, and return values (oh my!); variables and types; conditionals and Boolean expressions; and loops. Learn how to handle exceptions, find and fix bugs, and write unit tests; use third-party libraries; validate and extract data with regular expressions; model real-world entities with classes, objects, methods, and properties; and read and write files. Hands-on opportunities for lots of practice. Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on your own PC or Mac.\n\n# Environment\nTo quickly set up a local working environment containing `style50`, `check50`, and `submit50`, open a terminal in your working directory and run `pipenv install check50 submit50 style50`. This will create a virtual environment which you can access using: `pipenv shell`. If you don't have pipenv installed, simply run `pip3 install pipenv`.\n\n# Problem Sets - 2022\n\u003ch3\u003eProblem Set 0\u003c/h3\u003e\n\n- Indoor Voice: https://cs50.harvard.edu/python/2022/psets/0/indoor/\n- Playback Speed: https://cs50.harvard.edu/python/2022/psets/0/playback/\n- Making Faces: https://cs50.harvard.edu/python/2022/psets/0/faces/\n- Einstein: https://cs50.harvard.edu/python/2022/psets/0/einstein/\n- Tip Calculator: https://cs50.harvard.edu/python/2022/psets/0/tip/\n\n\u003ch3\u003eProblem Set 1\u003c/h3\u003e\n\n- Deep Thought: https://cs50.harvard.edu/python/2022/psets/1/deep/\n- Home Federal Savings Bank: https://cs50.harvard.edu/python/2022/psets/1/bank/\n- File Extensions: https://cs50.harvard.edu/python/2022/psets/1/extensions/\n- Math Interpreter: https://cs50.harvard.edu/python/2022/psets/1/interpreter/\n- Meal Time: https://cs50.harvard.edu/python/2022/psets/1/meal/\n\n\u003ch3\u003eProblem Set 2\u003c/h3\u003e\n\n- camelCase: https://cs50.harvard.edu/python/2022/psets/2/camel/\n- Coke Machine: https://cs50.harvard.edu/python/2022/psets/2/coke/\n- Just setting up my twttr: https://cs50.harvard.edu/python/2022/psets/2/twttr/\n- Vanity Plates: https://cs50.harvard.edu/python/2022/psets/2/plates/\n- Nutrition Facts: https://cs50.harvard.edu/python/2022/psets/2/nutrition/\n\n\u003ch3\u003eProblem Set 3\u003c/h3\u003e\n\n- Fuel Gauge: https://cs50.harvard.edu/python/2022/psets/3/fuel/\n- Felipe’s Taqueria: https://cs50.harvard.edu/python/2022/psets/3/taqueria/\n- Grocery List: https://cs50.harvard.edu/python/2022/psets/3/grocery/\n- Outdated: https://cs50.harvard.edu/python/2022/psets/3/outdated/\n\n\u003ch3\u003eProblem Set 4\u003c/h3\u003e\n\n- Emojize: https://cs50.harvard.edu/python/2022/psets/4/emojize/\n- Frank, Ian and Glen’s Letters: https://cs50.harvard.edu/python/2022/psets/4/figlet/\n- Adieu, Adieu: https://cs50.harvard.edu/python/2022/psets/4/adieu/\n- Guessing Game: https://cs50.harvard.edu/python/2022/psets/4/game/\n- Little Professor: https://cs50.harvard.edu/python/2022/psets/4/professor/\n- Bitcoin Price Index: https://cs50.harvard.edu/python/2022/psets/4/bitcoin/\n\n\u003ch3\u003eProblem Set 5\u003c/h3\u003e\n\n- Testing my twittr: https://cs50.harvard.edu/python/2022/psets/5/test_twttr/\n- Back to the Bank: https://cs50.harvard.edu/python/2022/psets/5/test_bank/\n- Re-requesting a Vanity Plate: https://cs50.harvard.edu/python/2022/psets/5/test_plates/\n- Refueling: https://cs50.harvard.edu/python/2022/psets/5/test_fuel/\n\n\u003ch3\u003eProblem Set 6\u003c/h3\u003e\n\n- Lines of Code: https://cs50.harvard.edu/python/2022/psets/6/lines/\n- Pizza Py: https://cs50.harvard.edu/python/2022/psets/6/pizza/\n- Scourgify: https://cs50.harvard.edu/python/2022/psets/6/scourgify/\n- CS50 P-Shirt: https://cs50.harvard.edu/python/2022/psets/6/shirt/\n\n\u003ch3\u003eProblem Set 7\u003c/h3\u003e\n\n- NUMB3RS: https://cs50.harvard.edu/python/2022/psets/7/numb3rs/\n- Watch on YouTube: https://cs50.harvard.edu/python/2022/psets/7/watch/\n- Working 9 to 5: https://cs50.harvard.edu/python/2022/psets/7/working/\n- Regular, um, Expressions: https://cs50.harvard.edu/python/2022/psets/7/um/\n- Response Validation: https://cs50.harvard.edu/python/2022/psets/7/response/\n\n\u003ch3\u003eProblem Set 8\u003c/h3\u003e\n\n- Seasons of Love: https://cs50.harvard.edu/python/2022/psets/8/seasons/\n- Cookie Jar: https://cs50.harvard.edu/python/2022/psets/8/jar/\n- CS50 Shirtificate: https://cs50.harvard.edu/python/2022/psets/8/shirtificate/\n\n# Concerns\nI like to share my progress which also helps motivate\nme to finish the course faster. Although if any directors \nof the course want me to take this down I will gladly do so, \njust shoot me a message via \u003cheytristaann@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealtristan%2Fcs50p","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealtristan%2Fcs50p","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealtristan%2Fcs50p/lists"}