{"id":21376087,"url":"https://github.com/absognety/python-hackerrank-solutions","last_synced_at":"2025-07-13T10:30:45.601Z","repository":{"id":41887228,"uuid":"165057889","full_name":"absognety/Python-Hackerrank-Solutions","owner":"absognety","description":"Hackerrank Solutions for Python - Total 115 Challenges","archived":false,"fork":false,"pushed_at":"2022-04-24T19:41:02.000Z","size":72,"stargazers_count":48,"open_issues_count":3,"forks_count":23,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T08:51:47.247Z","etag":null,"topics":["hackerrank","hackerrank-challenges","hackerrank-python","hackerrank-solutions","python","python2","python3","searching-algorithms","sorting-algorithms","string","strings-manipulation"],"latest_commit_sha":null,"homepage":"","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/absognety.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}},"created_at":"2019-01-10T12:40:15.000Z","updated_at":"2025-04-06T14:35:29.000Z","dependencies_parsed_at":"2022-08-30T14:51:05.801Z","dependency_job_id":null,"html_url":"https://github.com/absognety/Python-Hackerrank-Solutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/absognety/Python-Hackerrank-Solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absognety%2FPython-Hackerrank-Solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absognety%2FPython-Hackerrank-Solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absognety%2FPython-Hackerrank-Solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absognety%2FPython-Hackerrank-Solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/absognety","download_url":"https://codeload.github.com/absognety/Python-Hackerrank-Solutions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absognety%2FPython-Hackerrank-Solutions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128085,"owners_count":23715620,"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","hackerrank-challenges","hackerrank-python","hackerrank-solutions","python","python2","python3","searching-algorithms","sorting-algorithms","string","strings-manipulation"],"created_at":"2024-11-22T09:13:46.029Z","updated_at":"2025-07-13T10:30:45.362Z","avatar_url":"https://github.com/absognety.png","language":"Python","readme":"# Python-Hackerrank-Solutions\n\n#### Code files:\n\n  + [Say Hello, World! With Python](HelloWorld.py)\n  + [Python If-Else](Python_IfElse.py)\n  + [Arithmetic Operators](Arithmetic_Operators.py)\n  + [Python: Division](Python_Division.py)\n  + [Loops](Loops.py)\n  + [Write a function](Write_a_Function.py)\n  + [Print Function](Print_Function.py)\n  + [List Comprehensions](List_Comprehensions.py)\n  + [Find the Runner Up Score](Find_The_RunnerUp_Score.py)\n  + [Nested Lists](Nested_Lists.py)\n  + [Finding the Percentage](Finding_The_Percentage.py)\n  + [Lists](Lists.py)\n  + [Tuples](Tuples.py)\n  + [sWAP cASE](swap_case.py)\n  + [String Split and Join](String_Split_and_Join.py)\n  + [What's your name](whats_your_name.py)\n  + [Mutations](Mutations.py)\n  + [Find a String](Find_a_String.py)\n  + [String Validators](String_Validators.py)\n  + [Text Alignment](Text_Alignment.py)\n  + [Text Wrap](Text_Wrap.py)\n  + [Alphabet Rangoli](Alphabet_Rangoli.py)\n  + [Arrays](Arrays.py)\n  + [Shape and Reshape](Shape_and_Reshape.py)\n  + [Transpose and Flatten](Transpose_and_Flatten.py)\n  + [Concatenate](Concatenate.py)\n  + [Zeros and Ones](Zeros_and_Ones.py)\n  + [Eye and Identity](Eye_and_Identity.py)\n  + [Array Mathematics](Array_Mathematics.py)\n  + [Floor,Ceil and Rint](Floor_Ceil_Rint.py)\n  + [Sum and Prod](Sum_and_Prod.py)\n  + [Min and Max](Min_and_Max.py)\n  + [Mean, Variance and Standard Deviation](Mean_Var_StandardDeviation.py)\n  + [Dot and Cross](Dot_and_Cross.py)\n  + [Inner and Outer](Inner_and_Outer.py)\n  + [Polynomials](Polynomials.py)\n  + [Linear Algebra](Linear_Algebra.py)\n  + [String Formatting](Python_String_Formatting.py)\n  + [Capitalize!](String_Capitalize.py)\n  + [The Minion Game](minion_Game.py)\n  + [Merge the Tools](mergeTools.py)\n  + [itertools.product()](itertools_product.py)\n  + [collections.counter()](collections_counter.py)\n  + [itertools.permutations()](itertools_permutations.py)\n  + [Polar Coordinates](polar_coordinates.py)\n  + [DefaultDict Tutorial](collections_defaultdict_Production.py)\n  + [Collections.namedtuple()](py_collections_namedtuple.py)\n  + [Find Angle MBC](Find_Angle_MBC.py)\n  + [Collections.OrderedDict()](py_collections_OrderedDict.py)\n  + [itertools.combinations()](itertools_combinations.py)\n  + [itertools.combinations_with_replacement()](itertools_combinationsWithReplacement.py)\n  + [Word Order](Word_Order.py)\n  + [Collections.deque()](collections_deque.py)\n  + [Compress the string!](itertools_groupby.py)\n  + [CompanyLogo](CompanyLogo.py)\n  + [Piling Up!](PilingUp_production.py)\n  + [Triangle Quest 2](Triangle_Quest2.py)\n  + [iterables and iterators](Iterable_and_Iterators_probability.py)\n  + [Mod Divmod](python_mod_divmod.py)\n  + [Power - Mod Power](python_power_modpower.py)\n  + [Maximize it!](Maximize_It.py)\n  + [set.difference() Operation](set_Difference.py)\n  + [Integers Come in All Sizes](python_integers_come_in_all_sizes.py)\n  + [Set.symmetric_difference() Operation](set_SymmetricDifference.py)\n  + [Set Mutations](py_set_mutations.py)\n  + [Triangle Quest](Triangle_Quest.py)\n  + [The Captain's Room](the_Captains_Room.py)\n  + [Check Subset](check_Subset.py)\n  + [Check Strict Superset](py_check_StrictSuperSet.py)\n  + [Find the Torsional Angle](Find_The_Torsional_Angle.py)\n  + [ginortS](ginortS.py)\n  + [Group(),Groups() and GroupDict()](regex_groups.py)\n  + [re.findall() \u0026 re.finditer()](regex_iter_finditer.py)\n  + [Hex Color Code](Hex_Color_Code.py)\n  + [HTML Parser - Part 1](HTMLParser_Part1.py)\n  + [HTML Parser - Part 2](HTMLParser_Part2.py)\n  + [Detect HTML Tags, Attributes and Attribute Values](detect_html_tags_attributes.py)\n  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsognety%2Fpython-hackerrank-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabsognety%2Fpython-hackerrank-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsognety%2Fpython-hackerrank-solutions/lists"}