{"id":16445277,"url":"https://github.com/dgapitts/classic-problems-python","last_synced_at":"2025-10-16T20:45:13.577Z","repository":{"id":145829204,"uuid":"324608834","full_name":"dgapitts/classic-problems-python","owner":"dgapitts","description":"notes from classic-computer-science-problems-in-python online course","archived":false,"fork":false,"pushed_at":"2020-12-29T22:36:46.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-09T01:00:00.979Z","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/dgapitts.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":"2020-12-26T18:02:54.000Z","updated_at":"2020-12-29T22:36:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d88c1fac-2b61-4daf-ab2c-00ca7ca4943e","html_url":"https://github.com/dgapitts/classic-problems-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fclassic-problems-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fclassic-problems-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fclassic-problems-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fclassic-problems-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgapitts","download_url":"https://codeload.github.com/dgapitts/classic-problems-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240831199,"owners_count":19864711,"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","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-10-11T09:43:50.777Z","updated_at":"2025-10-16T20:45:13.501Z","avatar_url":"https://github.com/dgapitts.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Summary\n\nMy exercises and run time details while working through classic-computer-science-problems-in-python.\n\nMost of code here is from the textbook examples, although I have \nexplored a few simple variations. I've also added a README.md to each subfolder with some execution notes and personal interpretation of the example    .\n\nThe code here is also using a python3.9 feature \"Type Hinting Generics In Standard Collections\".\n\nThe default python3 version for Ubuntu16.04 is 3.5\n\n```\n[~/projects/classic-problems-python/chap1-small-problems/Compression] # lsb_release -d\nDescription:\tUbuntu 16.04.6 LTS\n[~/projects/classic-problems-python/chap1-small-problems/Compression] # python3 --version\nPython 3.5.2\n```\n\nso to avoid you'll need to upgrade to 3.9\n\n\n```\n[~/projects/classic-problems-python/chap1-small-problems/Compression] # python3.9 --version\nPython 3.9.1\n```\nRef: http://ubuntuhandbook.org/index.php/2020/10/python-3-9-0-released-install-ppa-ubuntu/\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgapitts%2Fclassic-problems-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgapitts%2Fclassic-problems-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgapitts%2Fclassic-problems-python/lists"}