{"id":23142375,"url":"https://github.com/talon1024/this-is-jeopardy","last_synced_at":"2026-07-13T14:32:02.165Z","repository":{"id":77431111,"uuid":"465477098","full_name":"Talon1024/this-is-jeopardy","owner":"Talon1024","description":"This is Jeopardy! (Codecademy Project)","archived":false,"fork":false,"pushed_at":"2022-03-05T01:43:57.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T11:38:49.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Talon1024.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-03-02T21:37:19.000Z","updated_at":"2022-03-02T21:37:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"79f6647e-48df-4784-8f5b-a83654be0161","html_url":"https://github.com/Talon1024/this-is-jeopardy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Talon1024/this-is-jeopardy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Fthis-is-jeopardy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Fthis-is-jeopardy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Fthis-is-jeopardy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Fthis-is-jeopardy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Talon1024","download_url":"https://codeload.github.com/Talon1024/this-is-jeopardy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talon1024%2Fthis-is-jeopardy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271766302,"owners_count":24817538,"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":[],"created_at":"2024-12-17T14:17:34.398Z","updated_at":"2025-10-28T18:32:29.013Z","avatar_url":"https://github.com/Talon1024.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is Jeopardy! by Talon1024\n\nThis is my work for the \"This is Jeopardy!\" Codecademy project. There were many delays because I was unhappy with how the code was all put into one huge file, I was unhappy with the fact the input data was all hardcoded, and lack of motivation.\n\nYou will notice that I wrote functions to load the input data (import_export.py), and I put the input data in a separate CSV file (inputs.csv) so that it can be more easily maintained.\n\nI also made it interactive. You can even play a round of Jeopardy! as if you were a contestant on the show.\n\nYou will need to download jeopardy.csv from the Codecademy \"This is Jeopardy!\" project page.\n\nHere's a list of my work on each task and sub-task listed in the Codecademy project:\n\n3.1: [search.py](https://github.com/Talon1024/this-is-jeopardy/blob/c1eeb6f0c387f8dd53c844f1d959dcf4aa6d75da/search.py)  \n3.2: [processing.py, line 4-17](https://github.com/Talon1024/this-is-jeopardy/blob/2ba628453924b19c9f5bd53e8fc6926c0f8e66ba/processing.py#L4)  \n4: [processing.py, line 19-37](https://github.com/Talon1024/this-is-jeopardy/blob/2ba628453924b19c9f5bd53e8fc6926c0f8e66ba/processing.py#L19)  \n5.1: [processing.py, line 40-48](https://github.com/Talon1024/this-is-jeopardy/blob/2ba628453924b19c9f5bd53e8fc6926c0f8e66ba/processing.py#L40)  \n5.2: [processing.py, line 69](https://github.com/Talon1024/this-is-jeopardy/blob/2ba628453924b19c9f5bd53e8fc6926c0f8e66ba/processing.py#L69)  \n6: [analysis.py, line 17-25](https://github.com/Talon1024/this-is-jeopardy/blob/2ba628453924b19c9f5bd53e8fc6926c0f8e66ba/analysis.py#L17)  \n7.1.1: [processing.py, line 71](https://github.com/Talon1024/this-is-jeopardy/blob/2ba628453924b19c9f5bd53e8fc6926c0f8e66ba/processing.py#L71)  \n7.1.2: Can be achieved by running jeopardy.py, selecting \"Word search\" at the main menu, searching for \"Computer\", and sort by `air_year asc`  \n7.2: [jeopardy.py, line 147-164](https://github.com/Talon1024/this-is-jeopardy/blob/master/jeopardy.py#L147)  \n7.3: [play.py](https://github.com/Talon1024/this-is-jeopardy/blob/fde0b0a14985c721350becf0b3d86c5768972faa/play.py)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalon1024%2Fthis-is-jeopardy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalon1024%2Fthis-is-jeopardy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalon1024%2Fthis-is-jeopardy/lists"}