{"id":20331647,"url":"https://github.com/thatsabhishek/codingninjas-python-guidedpath","last_synced_at":"2025-10-06T17:10:00.088Z","repository":{"id":171649729,"uuid":"648216389","full_name":"thatsabhishek/CodingNinjas-Python-GuidedPath","owner":"thatsabhishek","description":"This repo includes all python problems for Basics of python Guided Path in Coding Ninjas.","archived":false,"fork":false,"pushed_at":"2023-07-03T16:45:37.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T15:28:46.671Z","etag":null,"topics":["coding","codingninjas","codingninjaspractice","guided-path","input-output","python"],"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/thatsabhishek.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":"2023-06-01T13:13:42.000Z","updated_at":"2023-12-02T11:19:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"adde14ae-a593-4d58-8ae0-bea4ba79edab","html_url":"https://github.com/thatsabhishek/CodingNinjas-Python-GuidedPath","commit_stats":null,"previous_names":["thatsabhishek/codingninjas-python-guidedpath"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatsabhishek%2FCodingNinjas-Python-GuidedPath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatsabhishek%2FCodingNinjas-Python-GuidedPath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatsabhishek%2FCodingNinjas-Python-GuidedPath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatsabhishek%2FCodingNinjas-Python-GuidedPath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatsabhishek","download_url":"https://codeload.github.com/thatsabhishek/CodingNinjas-Python-GuidedPath/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241846879,"owners_count":20030158,"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":["coding","codingninjas","codingninjaspractice","guided-path","input-output","python"],"created_at":"2024-11-14T20:22:47.802Z","updated_at":"2025-10-06T17:09:55.045Z","avatar_url":"https://github.com/thatsabhishek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repo includes all python problems for Basics of python Guided Path in Coding Ninjas. Please give a star in this repo if you like it.\n\nThis repo includes:\n- [Basic I/O in python](./BasicIOinpython)\n  - [Find Area of Rectangle](./BasicIOinpython/FindAreaofRectangle.py)\n  - [Print Name and age](./BasicIOinpython/PrintNameandage.py)\n  - [Swap Two Numbers](./BasicIOinpython/SwapTwoNumbers.py)\n  - [Calculate Simple Interest](./BasicIOinpython/CalculateSimpleInterest.py)\n- [Conditional statements and loop](./Conditionalstatementsandloop/)\n  - [Sum of Even Numners till N](./Conditionalstatementsandloop/SumofEvenNumberstillN.py)\n  - [Fahrenheit to Celsius](./Conditionalstatementsandloop/FahrenheittoCelsius.py)\n  - [Sum of even \u0026 odd](./Conditionalstatementsandloop/Sumofeven%26odd.py)\n  - [Find power of a number](./Conditionalstatementsandloop/Findpowerofanumber.py)\n  - [Factorial of a Number](./Conditionalstatementsandloop/FactorialofaNumber.py)\n  - [N-th Fibonacci Number](./Conditionalstatementsandloop/N-thFibonacciNumber.py)\n- [Function in python](./Functioninpython/)\n  - [Function to print Hello World](./Functioninpython/FunctiontoprintHelloWorld.py)\n  - [Print all Divisors of a number](./Functioninpython/PrintallDivisorsofanumber.py)\n  - [Set Bits](./Functioninpython/SetBits.py)\n  - [Total Prime](./Functioninpython/TotalPrime.py)\n- [List in python](./Listinpython/)\n  - [First index of element](./Listinpython/Firstindexofelement.py)\n  - [Last index of element](./Listinpython/Lastindexofelement.py)\n  - [Reverse the array](./Listinpython/Reversethearray.py)\n  - [Rotate array](./Listinpython/Rotatearray.py)\n  - [K'th smallest/largest element in an array](./Listinpython/Kthsmallestlargestelementinanarray.py)\n  - [Sort012](./Listinpython/sort012.py)\n- [String](./string/)\n  - [Count Words](./string/CountWords.py)\n  - [All substrings](./string/Allsubstrings.py)\n  - [Reverse String Word Wise](./string/ReverseStringWordWise.py)\n  - [Check Permutation](./string/CheckPermutation.py)\n  - [Remove Consecutive Duplicates](./string/RemoveConsecutiveDuplicates.py)\n  - [Reverse Each Word](./string/ReverseEachWord.py)\n  - [Remove character](./string/Removecharacter.py)\n\n# CodingNinjas Guided Path\n## Rate my Repo ⭐!!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsabhishek%2Fcodingninjas-python-guidedpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatsabhishek%2Fcodingninjas-python-guidedpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsabhishek%2Fcodingninjas-python-guidedpath/lists"}