{"id":20448611,"url":"https://github.com/datacamp/community-courses-intro-to-data.world-in-python","last_synced_at":"2025-06-12T18:06:23.107Z","repository":{"id":147371384,"uuid":"88910271","full_name":"datacamp/community-courses-intro-to-data.world-in-python","owner":"datacamp","description":"Intro to data.world in Python by Rafael Pereira [OPEN]","archived":false,"fork":false,"pushed_at":"2019-09-05T19:22:53.000Z","size":278,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-12T18:03:54.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/datacamp.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":"2017-04-20T21:03:03.000Z","updated_at":"2019-11-20T22:05:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"6740ea87-9f9b-45d9-90ba-7aabb8d7f8a9","html_url":"https://github.com/datacamp/community-courses-intro-to-data.world-in-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datacamp/community-courses-intro-to-data.world-in-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Fcommunity-courses-intro-to-data.world-in-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Fcommunity-courses-intro-to-data.world-in-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Fcommunity-courses-intro-to-data.world-in-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Fcommunity-courses-intro-to-data.world-in-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datacamp","download_url":"https://codeload.github.com/datacamp/community-courses-intro-to-data.world-in-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datacamp%2Fcommunity-courses-intro-to-data.world-in-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259518833,"owners_count":22870301,"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":[],"created_at":"2024-11-15T10:35:54.827Z","updated_at":"2025-06-12T18:06:23.043Z","avatar_url":"https://github.com/datacamp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataCamp Template Course\n\u003ca href=https://www.datacamp.com//teach/repositories/88910271/go target=\"_blank\"\u003e\u003cimg src=\"https://s3.amazonaws.com/assets.datacamp.com/img/github/content-engineering-repos/course_button.png\" width=\"150\"\u003e\u003c/a\u003e\n\u003ca href=https://www.datacamp.com//teach/repositories target=\"_blank\"\u003e\u003cimg src=\"https://s3.amazonaws.com/assets.datacamp.com/img/github/content-engineering-repos/dashboard_button.png\" width=\"150\"\u003e\u003c/a\u003e\n\nThis an automatically generated \u003ca href=https://www.datacamp.com target=\"_blank\"\u003eDataCamp\u003c/a\u003e course. You can start from these template files to create your own course.\n\nChanges you make to this GitHub repository are automatically reflected in the linked DataCamp course. This means that you can enjoy all the advantages of version control, collaboration, issue handling ... of GitHub.\n\n## Workflow\n\n1. Edit the markdown and yml files in this repository. You can use GitHub's online editor or use \u003ca href=https://git-scm.com/ target=\"_blank\"\u003egit\u003c/a\u003e locally and push your changes.\n2. Check out your build attempts on the \u003ca href=https://www.datacamp.com//teach/repositories target=\"_blank\"\u003eDashboard\u003c/a\u003e.\n3. Check out your automatically updated \u003ca href=https://www.datacamp.com/teach/repositories/88910271/go target=\"_blank\"\u003ecourse on DataCamp\u003c/a\u003e\n\n## Getting Started\n\nA DataCamp course consists of two types of files:\n\n- `course.yml`, a \u003ca href=http://docs.ansible.com/ansible/YAMLSyntax.html target=\"_blank\"\u003eYAML-formatted file\u003c/a\u003e that's prepopulated with some general course information.\n- `chapterX.md`, a markdown file with:\n   - a YAML header containing chapter information.\n   - markdown chunks representing DataCamp Exercises.\n\nTo learn more about the structure of a DataCamp course, check out the \u003ca href=https://www.datacamp.com//teach/documentation#tab_course_structure target=\"_blank\"\u003edocumentation\u003c/a\u003e.\n\nEvery DataCamp exercise consists of different parts, read up about them \u003ca href=https://www.datacamp.com//teach/documentation#tab_code_exercises target=\"_blank\"\u003ehere\u003c/a\u003e. A very important part about DataCamp exercises is to provide automated personalized feedback to students. In R, these so-called Submission Correctness Tests (SCTs) are written with the \u003ca href=https://github.com/datacamp/testwhat target=\"_blank\"\u003e`testwhat`\u003c/a\u003e package. SCTs for Python exercises are coded up with \u003ca href=https://github.com/datacamp/pythonwhat target=\"_blank\"\u003e`pythonwhat`\u003c/a\u003e. Check out the GitHub repositories' wiki pages for more information and examples.\n\nWant to learn more? Check out the \u003ca href=https://www.datacamp.com//teach/documentation target=\"_blank\"\u003edocumentation\u003c/a\u003e on teaching at DataCamp.\n\n*Happy teaching!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacamp%2Fcommunity-courses-intro-to-data.world-in-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatacamp%2Fcommunity-courses-intro-to-data.world-in-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacamp%2Fcommunity-courses-intro-to-data.world-in-python/lists"}