{"id":28537322,"url":"https://github.com/linkedinlearning/data-vis-python-dash-3009706","last_synced_at":"2025-07-08T06:30:57.286Z","repository":{"id":51561781,"uuid":"422238253","full_name":"LinkedInLearning/data-vis-python-dash-3009706","owner":"LinkedInLearning","description":"Data Visualization in Python with Dash","archived":false,"fork":false,"pushed_at":"2025-02-14T19:42:03.000Z","size":75,"stargazers_count":19,"open_issues_count":0,"forks_count":89,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-09T18:10:07.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinkedInLearning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-28T14:33:30.000Z","updated_at":"2025-02-14T19:42:07.000Z","dependencies_parsed_at":"2024-12-16T23:19:46.234Z","dependency_job_id":"aedcbe33-9354-45d5-b5e1-99c0d63c3338","html_url":"https://github.com/LinkedInLearning/data-vis-python-dash-3009706","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinkedInLearning/data-vis-python-dash-3009706","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdata-vis-python-dash-3009706","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdata-vis-python-dash-3009706/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdata-vis-python-dash-3009706/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdata-vis-python-dash-3009706/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinkedInLearning","download_url":"https://codeload.github.com/LinkedInLearning/data-vis-python-dash-3009706/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdata-vis-python-dash-3009706/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264210379,"owners_count":23573286,"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":"2025-06-09T18:09:40.135Z","updated_at":"2025-07-08T06:30:57.280Z","avatar_url":"https://github.com/LinkedInLearning.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Visualization in Python with Dash\n\nThis is the repository for the LinkedIn Learning course `Data Visualization in Python with Dash`. The full course is available from [LinkedIn Learning][lil-course-url].\n\n![lil-thumbnail-url]\n\n## Course Description\n\n\u003cp\u003eData is everywhere. It’s fundamental to your business process. It allows you to make sound, well-informed decisions driven by evidence, not just conjecture. But how should you represent it? The answer depends, especially when you’re working with stakeholders who don’t have a technical background. That’s where Dash comes in. It’s a powerful and easy-to-use data visualization tool that can help you make optimal strategic decisions.\u003c/p\u003e\u003cp\u003eIn this course, instructor Robin Andrews gives you an overview of everything you need to know to get started using Dash with Python. Discover how to build powerful and attractive data visualizations. Learn about creating plots, styling applications, and adding user interactivity to cultivate more responsive, data-driven relationships. Robin explores strategies to help you get the most out of the Dash experience, and shows you how to deploy your Dash apps to the cloud using Heroku.\u003c/p\u003e\n\nThis course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any time-all while using a tool that you'll likely encounter in the workplace. Check out the \"Setting up GitHub CodeSpaces\" video to learn how to get started.\n\n## Instructions\nThis repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.\n\n## Branches\nThe branches are structured to correspond to the videos in the course. The naming convention is `CHAPTER#_MOVIE#`. As an example, the branch named `02_03` corresponds to the second chapter and the third video in that chapter. \nSome branches will have a beginning and an end state. These are marked with the letters `b` for \"beginning\" and `e` for \"end\". The `b` branch contains the code as it is at the beginning of the movie. The `e` branch contains the code as it is at the end of the movie. The `main` branch holds the final state of the code when in the course.\n\nWhen switching from one exercise files branch to the next after making changes to the files, you may get a message like this:\n\n    error: Your local changes to the following files would be overwritten by checkout:        [files]\n    Please commit your changes or stash them before you switch branches.\n    Aborting\n\nTo resolve this issue:\n\t\n    Add changes to git using this command: git add .\n\tCommit changes using this command: git commit -m \"some message\"\n\n## Installing for local development\n\n1. To use these exercise files, you must have the following installed:\n\t- Python 3\n2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.\n3. Make sure all the relevant packages are installed as per the instructions in the video named \"Setting Up Your Local Development Environment.\"\n\n## Instructor\n\nRobin Andrews\n\nFounder of Compucademy     \n\nCheck out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/robin-andrews?u=104).\n\n[0]: # (Replace these placeholder URLs with actual course URLs)\n\n[lil-course-url]: https://www.linkedin.com/learning/data-visualization-in-python-with-dash\n[lil-thumbnail-url]: https://media.licdn.com/dms/image/v2/D560DAQEAeskwXJ66Cw/learning-public-crop_675_1200/B56ZS91c0IGQAY-/0/1738351693741?e=2147483647\u0026v=beta\u0026t=kNWAg9Z4js9NGvU3gBMdTJTdE_UIwZKZ6Sd-YPLnqjE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkedinlearning%2Fdata-vis-python-dash-3009706","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkedinlearning%2Fdata-vis-python-dash-3009706","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkedinlearning%2Fdata-vis-python-dash-3009706/lists"}