{"id":23776184,"url":"https://github.com/blackcoder56/gpt","last_synced_at":"2026-04-05T20:30:17.016Z","repository":{"id":269740639,"uuid":"908319069","full_name":"BlackCoder56/gpt","owner":"BlackCoder56","description":"Practice files: Python fundaments","archived":false,"fork":false,"pushed_at":"2025-01-01T18:43:50.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T19:35:12.205Z","etag":null,"topics":["python3"],"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/BlackCoder56.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-12-25T18:10:11.000Z","updated_at":"2025-01-01T18:43:53.000Z","dependencies_parsed_at":"2024-12-25T22:12:03.869Z","dependency_job_id":null,"html_url":"https://github.com/BlackCoder56/gpt","commit_stats":null,"previous_names":["blackcoder56/gpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackCoder56%2Fgpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackCoder56%2Fgpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackCoder56%2Fgpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackCoder56%2Fgpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlackCoder56","download_url":"https://codeload.github.com/BlackCoder56/gpt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239966831,"owners_count":19726402,"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":["python3"],"created_at":"2025-01-01T07:13:22.402Z","updated_at":"2026-04-05T20:30:16.965Z","avatar_url":"https://github.com/BlackCoder56.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\nfizzbuzz.py\n    Prints numbers 1-50\n    If number is a multiple of 3 -\u003e Fizz\n    If number is a multiple of 5 -\u003e Buzz\n    If number is a multiple of 3 and 5 -\u003e FizzBuzz\n\n```\n\n```\nis_palandrome.py\n    Checks if string is the same in backward as forword\n    Ignores punctuations, spances and Capitalizations\n\n```\n\n```\nfind_max_and_min.py\n    Finding the largest and smallest numbers without using buit-in functions.\n    You’re handling the logic to determine the largest and smallest values without using the max() and min() functions. Instead, you’re using comparison operations in the loop.\n    handling edge cases by using float('-inf') and float('inf') to initialize the largest and smallest values, ensuring your logic works for any input, even if the list contains negative values.\n```\n\n```\ncount_vowels.py\n    Counts the number of vowels in a string.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackcoder56%2Fgpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackcoder56%2Fgpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackcoder56%2Fgpt/lists"}