{"id":22273829,"url":"https://github.com/geeksloth/mandelbrot-python","last_synced_at":"2025-03-25T16:42:50.183Z","repository":{"id":185812435,"uuid":"674121088","full_name":"geeksloth/Mandelbrot-Python","owner":"geeksloth","description":"Demonstration of Fractal Mandelbrot developed in Python 3","archived":false,"fork":false,"pushed_at":"2023-08-03T09:17:53.000Z","size":1213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T14:48:40.983Z","etag":null,"topics":["fractal","mandelbrot"],"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/geeksloth.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}},"created_at":"2023-08-03T07:30:32.000Z","updated_at":"2024-11-11T13:10:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f09f02c-6b61-401a-b263-8b95b6d24057","html_url":"https://github.com/geeksloth/Mandelbrot-Python","commit_stats":null,"previous_names":["geeksloth/mandelbrot-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMandelbrot-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMandelbrot-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMandelbrot-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMandelbrot-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geeksloth","download_url":"https://codeload.github.com/geeksloth/Mandelbrot-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245502324,"owners_count":20625949,"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":["fractal","mandelbrot"],"created_at":"2024-12-03T13:16:30.412Z","updated_at":"2025-03-25T16:42:50.166Z","avatar_url":"https://github.com/geeksloth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mandelbrot-Python\nDemonstration of Fractal Mandelbrot developed in Python 3\n\n\n```python\nMAX_ITER = 80\ndef mandelbrot(c):\n    z = 0\n    n = 0\n    while abs(z) \u003c= 2 and n \u003c MAX_ITER:\n        z = z*z + c\n        n += 1\n    return n\n```\nMandelbrot output:\n![Mandelbrot](output-color.png)\n\nAdditional Julia output:\n![Julia](output-julia.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Fmandelbrot-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeeksloth%2Fmandelbrot-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Fmandelbrot-python/lists"}