{"id":19234458,"url":"https://github.com/andornaut/python-exercises","last_synced_at":"2026-05-16T04:50:19.168Z","repository":{"id":178502228,"uuid":"661942260","full_name":"andornaut/python-exercises","owner":"andornaut","description":"Coding exercises in Python","archived":false,"fork":false,"pushed_at":"2024-03-21T03:13:25.000Z","size":505,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T01:11:58.277Z","etag":null,"topics":["hackerrank","python"],"latest_commit_sha":null,"homepage":"","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/andornaut.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}},"created_at":"2023-07-04T02:57:27.000Z","updated_at":"2023-07-05T13:16:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd5b38e6-452a-499c-b1f2-9a8ecc1caa2f","html_url":"https://github.com/andornaut/python-exercises","commit_stats":null,"previous_names":["andornaut/hackerrank","andornaut/python-exercises"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fpython-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fpython-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fpython-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andornaut%2Fpython-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andornaut","download_url":"https://codeload.github.com/andornaut/python-exercises/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240310864,"owners_count":19781341,"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":["hackerrank","python"],"created_at":"2024-11-09T16:13:48.103Z","updated_at":"2026-05-16T04:50:14.140Z","avatar_url":"https://github.com/andornaut.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Exercises\n\nCoding exercises in Python\n\n* [andornaut@github /python-cli-app](https://github.com/andornaut/python-cli-app)\n* [andornaut@github /til/python](https://github.com/andornaut/til/blob/master/docs/python.md)\n\n## Usage\n\n```bash\n# Install application dependencies into a virtualenv\npipenv install\n\n# List available commands\nexercises\n\n# Run a command\nexercises gift-exchange\n\n# Run a subcommand\n# expenditure=[10, 20, 30, 40, 50]\n# days=3\nexercises hackerrank fraudulent-activity-notifications 10 20 30 40 50 3\n\n# Supply multiple values to a command\n# https://typer.tiangolo.com/tutorial/multiple-values/multiple-options/\n# a=[1, 3, 5]\n# b=[2, 3]\n# c=[1, 2, 3]\nexercises hackerrank triple-sum --a 1 --a 3 --a 5 --b 2 --b 3 --c 1 --c 2 --c 3\n```\n\n## Developing\n\nSee [.vscode](./.vscode) for [VS Code](https://code.visualstudio.com/) integration files.\n\n```bash\n# Install application and development dependencies into a virtualenv\npipenv install --dev\n\n# Format Python files\nblack .\n\n# Check code style\nflake8\n\n# Run tests\npytest\n\n# Run only tests whose names contain \"triple_sum\"\npytest -k triple_sum\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandornaut%2Fpython-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandornaut%2Fpython-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandornaut%2Fpython-exercises/lists"}