{"id":26354681,"url":"https://github.com/devfreaked/python-programs","last_synced_at":"2025-03-16T12:18:31.863Z","repository":{"id":243003639,"uuid":"810948078","full_name":"DevFreAkeD/Python-Programs","owner":"DevFreAkeD","description":"Python programs created during my graduation in 2020.","archived":false,"fork":false,"pushed_at":"2024-06-16T14:28:31.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-16T15:57:37.588Z","etag":null,"topics":["practice-programming","programs-practice","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/DevFreAkeD.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":"2024-06-05T16:47:26.000Z","updated_at":"2024-06-16T14:28:34.000Z","dependencies_parsed_at":"2024-06-06T07:12:10.020Z","dependency_job_id":"a00115a5-30da-4d44-8d3c-c850dd2dcbf5","html_url":"https://github.com/DevFreAkeD/Python-Programs","commit_stats":null,"previous_names":["devfreaked/python-programs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevFreAkeD%2FPython-Programs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevFreAkeD%2FPython-Programs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevFreAkeD%2FPython-Programs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevFreAkeD%2FPython-Programs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevFreAkeD","download_url":"https://codeload.github.com/DevFreAkeD/Python-Programs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243864806,"owners_count":20360360,"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":["practice-programming","programs-practice","python"],"created_at":"2025-03-16T12:18:31.181Z","updated_at":"2025-03-16T12:18:31.842Z","avatar_url":"https://github.com/DevFreAkeD.png","language":"Python","readme":"# Python-Programs\nPython programs created during my graduation.\n\n| Problem  | Code |\n| ------------- | ------------- |\n| Find Area of Triangle  | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/area%20of%20triangle.py\"\u003eClick Here\u003c/a\u003e |\n| Find Armstrong Number | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/armstrong-number.py\"\u003eClick Here\u003c/a\u003e |\n| Find ASCII Value | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/ascii-value.py\"\u003eClick Here\u003c/a\u003e |\n| Blackjack | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/blackjack.py\"\u003eClick Here\u003c/a\u003e |\n| Calculator (Sum/Subtract/Product/Division)  | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/calculator.py\"\u003eClick Here\u003c/a\u003e |\n| Calendar  | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/calendar.py\"\u003eClick Here\u003c/a\u003e |\n| Find Coefficients  | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/coefficient.py\"\u003eClick Here\u003c/a\u003e |\n| Count Vowels in a String | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/count-vowels.py\"\u003eClick Here\u003c/a\u003e |\n| Generate Fibonacci Series  | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/fibonacci.py\"\u003eClick Here\u003c/a\u003e |\n| Find Highest Common Factor (HCF) | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/hcf.py\"\u003eClick Here\u003c/a\u003e |\n| Find Least Common Multiple (LCM) | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/lcm.py\"\u003eClick Here\u003c/a\u003e |\n| Validate Leap Year or Not  | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/leap-year.py\"\u003eClick Here\u003c/a\u003e |\n| Matrix | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/matrix.py\"\u003eClick Here\u003c/a\u003e |\n| Add 2 Matrices | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/matrix-addition.py\"\u003eClick Here\u003c/a\u003e |\n| Multiplay 2 Matrices | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/multiply-matrices.py\"\u003eClick Here\u003c/a\u003e |\n| Multiplication Table | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/multiplication=table.py\"\u003eClick Here\u003c/a\u003e |\n| Swap Two Numbers | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/number-swap.py\"\u003eClick Here\u003c/a\u003e |\n| Find Odd-Even | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/odd=even.py\"\u003eClick Here\u003c/a\u003e |\n| Validate String a Palindrome or Not | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/palindrome.py\"\u003eClick Here\u003c/a\u003e |\n| Find Power of a Number | \u003ca href=\"https://github.com/DevFreAkeD/Python-Programs/blob/main/power.py\"\u003eClick Here\u003c/a\u003e |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfreaked%2Fpython-programs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevfreaked%2Fpython-programs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfreaked%2Fpython-programs/lists"}