{"id":20294910,"url":"https://github.com/hackademymx/highest-occurrence-python-template","last_synced_at":"2026-05-22T16:34:22.037Z","repository":{"id":98621810,"uuid":"255454918","full_name":"hackademymx/highest-occurrence-python-template","owner":"hackademymx","description":null,"archived":false,"fork":false,"pushed_at":"2020-05-01T18:02:30.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-04T05:31:39.677Z","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/hackademymx.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-04-13T22:27:29.000Z","updated_at":"2020-06-19T04:29:17.000Z","dependencies_parsed_at":"2023-04-24T22:01:35.366Z","dependency_job_id":null,"html_url":"https://github.com/hackademymx/highest-occurrence-python-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/hackademymx/highest-occurrence-python-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackademymx%2Fhighest-occurrence-python-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackademymx%2Fhighest-occurrence-python-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackademymx%2Fhighest-occurrence-python-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackademymx%2Fhighest-occurrence-python-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackademymx","download_url":"https://codeload.github.com/hackademymx/highest-occurrence-python-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackademymx%2Fhighest-occurrence-python-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33354036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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-11-14T15:32:03.074Z","updated_at":"2026-05-22T16:34:22.022Z","avatar_url":"https://github.com/hackademymx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Highest Ocurrence\n\nWrite a function that receives a list with elements of **any kind** and return an list of the most repeated element.\nIf more than one element has the same number of appearances, return all the elements (order not important). \nIn this exercise you have to write code in the file `highestOcurrence.py`.\n\nYou should write the code inside the block from the method, and delete **pass** keyword, where it says `Your amazing code here`.\n\n## Examples\n\n```python\nhighestOccurrence([2, 3, 2, 5, 6, 7, 2]) ➞ [2]\n\nhighestOccurrence([1, 2, 3, 3, \"a\", \"b\", \"b\", \"c\"]) ➞ [3, \"b\"]\n\nhighestOccurrence([\"it\", \"keeps\", \"coding\", \"on\", \"or\", \"it\", \"gets\", \"the\", \"hose\"]) ➞ [\"it\"]\n\n```\n\n## Local Test\n\nFor testing your code you must run: \n\n```sh\npytest\n\n```\n\n## Notes:\n\n- You can read the test files, so you can have an idea of what is the expected result, but **do not edit them** please.\n\nIf you have any doubts, feel free to ask 😊\n\nGood luck! 🚀\n\nMade with 💚 for Hackademy 🇲🇽.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackademymx%2Fhighest-occurrence-python-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackademymx%2Fhighest-occurrence-python-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackademymx%2Fhighest-occurrence-python-template/lists"}