{"id":20293827,"url":"https://github.com/arrudadev/alura-python-data-science-intro","last_synced_at":"2026-07-05T13:31:55.826Z","repository":{"id":177653656,"uuid":"606820862","full_name":"arrudadev/alura-python-data-science-intro","owner":"arrudadev","description":"Project developed in the alura`s course of introduction data science with python.","archived":false,"fork":false,"pushed_at":"2023-02-27T18:11:46.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T02:02:10.753Z","etag":null,"topics":["data-science","matplotlib","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/arrudadev.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-02-26T17:04:12.000Z","updated_at":"2023-03-09T02:21:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ef03784-1f9d-4efd-bf49-d53fb21c4a69","html_url":"https://github.com/arrudadev/alura-python-data-science-intro","commit_stats":null,"previous_names":["arrudadev/alura-python-data-science-intro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arrudadev/alura-python-data-science-intro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Falura-python-data-science-intro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Falura-python-data-science-intro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Falura-python-data-science-intro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Falura-python-data-science-intro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrudadev","download_url":"https://codeload.github.com/arrudadev/alura-python-data-science-intro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Falura-python-data-science-intro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35156494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["data-science","matplotlib","python"],"created_at":"2024-11-14T15:26:24.512Z","updated_at":"2026-07-05T13:31:55.808Z","avatar_url":"https://github.com/arrudadev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cdiv\u003e\n    \u003cimg src=\"./.github/assets/python-logo.png\" alt=\"Python\" width=\"200px\" /\u003e\n  \u003c/div\u003e\n  Alura Python Data Science Intro\n\u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eProject developed in the alura`s course of introduction data science with python.\u003c/h4\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./.github/assets/cover.png\" alt=\"cover\" /\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003e Course: https://cursos.alura.com.br/course/python-intro\n\n\u003ch2 id=\"about-the-project\"\u003e :pencil: About The Project\u003c/h2\u003e\n\n\u003cp align=\"justify\"\u003e\n  In this project was learned the introduction about the Python language with focus in Data Science, learned topics:\n\n- Functions\n- Parameters and conditions\n- Type casting\n- List, loops and booleans\n- Import libs\n- Graphs with Matplotlib\n\n\u003c/p\u003e\n\n\u003ch2 id=\"getting-started\"\u003e :runner: Getting Started\u003c/h2\u003e\n\n\u003cp align=\"justify\"\u003e\n  To run the project locally follow these steps:\n\u003c/p\u003e\n\n\u003ch3 id=\"prerequisites\"\u003e :warning: Prerequisites\u003c/h3\u003e\n\n- [Python](https://www.python.org/downloads/) Prefer to install the LTS version.\n- [Matplotlib](https://pypi.org/project/matplotlib/) Prefer to install with [pip](https://pypi.org/).\n\n\u003ch3 id=\"installation\"\u003e :construction_worker: Installation\u003c/h3\u003e\n\n\u003cp align=\"justify\"\u003e\n  1. To clone the project, run this command:\n\u003c/p\u003e\n\n```\ngit clone https://github.com/arrudadev/python-data-science.git\n```\n\n\u003ch3 id=\"usage\"\u003e :metal: Usage\u003c/h3\u003e\n\n\u003cp align=\"justify\"\u003e\n  Chose one file and run it:\n\u003c/p\u003e\n\n```\npython3 greetings.py\n```\n\n\u003chr /\u003e\n\n\u003ca href=\"https://www.alura.com.br/\"\u003e\n  \u003cimg src=\"./.github/assets/alura-logo.png\" alt=\"Alura\" width=\"100px\" height=\"100px\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Falura-python-data-science-intro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrudadev%2Falura-python-data-science-intro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Falura-python-data-science-intro/lists"}