|
3 days ago | |
---|---|---|
.. | ||
1-Introduction | 2 weeks ago | |
2-Working-With-Data | 2 weeks ago | |
3-Data-Visualization | 2 weeks ago | |
4-Data-Science-Lifecycle | 2 weeks ago | |
5-Data-Science-In-Cloud | 2 weeks ago | |
6-Data-Science-In-Wild | 2 weeks ago | |
docs | 3 weeks ago | |
quiz-app | 3 weeks ago | |
sketchnotes | 3 weeks ago | |
CODE_OF_CONDUCT.md | 3 weeks ago | |
CONTRIBUTING.md | 3 weeks ago | |
README.md | 3 days ago | |
SECURITY.md | 3 weeks ago | |
SUPPORT.md | 3 weeks ago | |
for-teachers.md | 2 weeks ago |
README.md
Data Science for Beginners - A Curriculum
Azure Cloud Advocates at Microsoft are excited to present a 10-week, 20-lesson curriculum focused on Data Science. Each lesson includes pre-lesson and post-lesson quizzes, step-by-step instructions, solutions, and assignments. This project-based approach helps you learn by doing, ensuring the skills you gain are long-lasting.
A big thank you to our authors: Jasmine Greenaway, Dmitry Soshnikov, Nitya Narasimhan, Jalen McGee, Jen Looper, Maud Levy, Tiffany Souterre, Christopher Harrison.
🙏 Special thanks 🙏 to our Microsoft Student Ambassador authors, reviewers, and contributors, including Aaryan Arora, Aditya Garg, Alondra Sanchez, Ankita Singh, Anupam Mishra, Arpita Das, ChhailBihari Dubey, Dibri Nsofor, Dishita Bhasin, Majd Safi, Max Blum, Miguel Correa, Mohamma Iftekher (Iftu) Ebne Jalal, Nawrin Tabassum, Raymond Wangsa Putra, Rohit Yadav, Samridhi Sharma, Sanya Sinha, Sheena Narula, Tauqeer Ahmad, Yogendrasingh Pawar, Vidushi Gupta, Jasleen Sondhi.
![]() |
---|
Data Science For Beginners - Sketchnote by @nitya |
🌐 Multi-Language Support
Supported via GitHub Action (Automated & Always Up-to-Date)
French | Spanish | German | Russian | Arabic | Persian (Farsi) | Urdu | Chinese (Simplified) | Chinese (Traditional, Macau) | Chinese (Traditional, Hong Kong) | Chinese (Traditional, Taiwan) | Japanese | Korean | Hindi | Bengali | Marathi | Nepali | Punjabi (Gurmukhi) | Portuguese (Portugal) | Portuguese (Brazil) | Italian | Polish | Turkish | Greek | Thai | Swedish | Danish | Norwegian | Finnish | Dutch | Hebrew | Vietnamese | Indonesian | Malay | Tagalog (Filipino) | Swahili | Hungarian | Czech | Slovak | Romanian | Bulgarian | Serbian (Cyrillic) | Croatian | Slovenian | Ukrainian | Burmese (Myanmar)
If you'd like additional translations, supported languages are listed here
Join Our Community
We have an ongoing Discord series focused on learning with AI. Join us at Learn with AI Series from September 18–25, 2025, to discover tips and tricks for using GitHub Copilot in Data Science.
Are you a student?
Start with these resources:
- Student Hub page: This page offers beginner resources, student packs, and even opportunities to get free certification vouchers. Bookmark it and check back regularly, as content is updated monthly.
- Microsoft Learn Student Ambassadors: Join a global community of student ambassadors—this could be your gateway to Microsoft.
Getting Started
Teachers: We've included some suggestions on how to use this curriculum. Share your feedback in our discussion forum!
Students: To use this curriculum independently, fork the repository and complete the exercises, starting with the pre-lesson quiz. Then, read the lesson and complete the activities. Try to build the projects by understanding the lessons rather than copying the solution code (though solutions are available in the /solutions folders for each project-based lesson). Alternatively, form a study group with friends and go through the content together. For further learning, we recommend Microsoft Learn.
Meet the Team
Gif by Mohit Jaisal
🎥 Click the image above to watch a video about the project and the team behind it!
Pedagogy
This curriculum is built on two key principles: project-based learning and frequent quizzes. By the end of the series, students will understand fundamental data science concepts, including ethical considerations, data preparation, data manipulation, visualization, analysis, real-world applications, and more.
Low-stakes quizzes before each lesson help students focus on the topic, while post-lesson quizzes reinforce retention. The curriculum is designed to be flexible and enjoyable, allowing students to complete it in full or in part. Projects start small and gradually increase in complexity over the 10-week program. Find our Code of Conduct, Contributing, Translation guidelines. We appreciate your constructive feedback!
Each lesson includes:
- Optional sketchnote
- Optional supplemental video
- Pre-lesson warmup quiz
- Written lesson
- For project-based lessons, step-by-step guides on how to build the project
- Knowledge checks
- A challenge
- Supplemental reading
- Assignment
- Post-lesson quiz
A note about quizzes: All quizzes are contained in the Quiz-App folder, with a total of 40 quizzes, each consisting of three questions. They are linked within the lessons, but the quiz app can be run locally or deployed to Azure; follow the instructions in the
quiz-app
folder. Localization is ongoing.
Lessons
![]() |
---|
Data Science For Beginners: Roadmap - Sketchnote by @nitya |
Lesson Number | Topic | Lesson Grouping | Learning Objectives | Linked Lesson | Author |
---|---|---|---|---|---|
01 | Defining Data Science | Introduction | Learn the basic concepts behind data science and how it’s related to artificial intelligence, machine learning, and big data. | lesson video | Dmitry |
02 | Data Science Ethics | Introduction | Concepts, challenges, and frameworks related to data ethics. | lesson | Nitya |
03 | Defining Data | Introduction | How data is classified and its common sources. | lesson | Jasmine |
04 | Introduction to Statistics & Probability | Introduction | Mathematical techniques in probability and statistics to understand data. | lesson video | Dmitry |
05 | Working with Relational Data | Working With Data | Introduction to relational data and the basics of exploring and analyzing relational data using SQL (pronounced “see-quell”). | lesson | Christopher |
06 | Working with NoSQL Data | Working With Data | Introduction to non-relational data, its various types, and the basics of exploring and analyzing document databases. | lesson | Jasmine |
07 | Working with Python | Working With Data | Basics of using Python for data exploration with libraries like Pandas. Foundational knowledge of Python programming is recommended. | lesson video | Dmitry |
08 | Data Preparation | Working With Data | Techniques for cleaning and transforming data to address challenges like missing, inaccurate, or incomplete data. | lesson | Jasmine |
09 | Visualizing Quantities | Data Visualization | Learn how to use Matplotlib to visualize bird data 🦆 | lesson | Jen |
10 | Visualizing Distributions of Data | Data Visualization | Visualizing observations and trends within an interval. | lesson | Jen |
11 | Visualizing Proportions | Data Visualization | Visualizing discrete and grouped percentages. | lesson | Jen |
12 | Visualizing Relationships | Data Visualization | Visualizing connections and correlations between data sets and their variables. | lesson | Jen |
13 | Meaningful Visualizations | Data Visualization | Techniques and guidance for creating visualizations that effectively solve problems and provide insights. | lesson | Jen |
14 | Introduction to the Data Science lifecycle | Lifecycle | Introduction to the data science lifecycle and its first step: acquiring and extracting data. | lesson | Jasmine |
15 | Analyzing | Lifecycle | Techniques for analyzing data in this phase of the data science lifecycle. | lesson | Jasmine |
16 | Communication | Lifecycle | Presenting insights from data in a way that decision-makers can easily understand. | lesson | Jalen |
17 | Data Science in the Cloud | Cloud Data | Introduction to data science in the cloud and its benefits. | lesson | Tiffany and Maud |
18 | Data Science in the Cloud | Cloud Data | Training models using low-code tools. | lesson | Tiffany and Maud |
19 | Data Science in the Cloud | Cloud Data | Deploying models with Azure Machine Learning Studio. | lesson | Tiffany and Maud |
20 | Data Science in the Wild | In the Wild | Data science-driven projects in real-world scenarios. | lesson | Nitya |
GitHub Codespaces
Follow these steps to open this sample in a Codespace:
- Click the Code drop-down menu and select the Open with Codespaces option.
- Select + New codespace at the bottom of the pane. For more info, check out the GitHub documentation.
VSCode Remote - Containers
Follow these steps to open this repo in a container using your local machine and VSCode with the VS Code Remote - Containers extension:
- If this is your first time using a development container, ensure your system meets the prerequisites (e.g., Docker installed) as outlined in the getting started documentation.
To use this repository, you can either open it in an isolated Docker volume:
Note: This will use the Remote-Containers: Clone Repository in Container Volume... command to clone the source code into a Docker volume instead of the local filesystem. Volumes are the preferred method for persisting container data.
Or open a locally cloned or downloaded version of the repository:
- Clone this repository to your local filesystem.
- Press F1 and select the Remote-Containers: Open Folder in Container... command.
- Select the cloned copy of this folder, wait for the container to start, and try things out.
Offline access
You can run this documentation offline using Docsify. Fork this repo, install Docsify on your local machine, then in the root folder of this repo, type docsify serve
. The website will be served on port 3000 on your localhost: localhost:3000
.
Note: Notebooks will not be rendered via Docsify, so when you need to run a notebook, do that separately in VS Code using a Python kernel.
Other Curricula
Our team produces other curricula! Check out:
- Generative AI for Beginners
- Generative AI for Beginners .NET
- Generative AI with JavaScript
- Generative AI with Java
- AI for Beginners
- Data Science for Beginners
- Bash for Beginners
- ML for Beginners
- Cybersecurity for Beginners
- Web Dev for Beginners
- IoT for Beginners
- Machine Learning for Beginners
- XR Development for Beginners
- Mastering GitHub Copilot for AI Paired Programming
- XR Development for Beginners
- Mastering GitHub Copilot for C#/.NET Developers
- Choose Your Own Copilot Adventure
Disclaimer:
This document has been translated using the AI translation service Co-op Translator. While we aim for accuracy, please note that automated translations may include errors or inaccuracies. The original document in its native language should be regarded as the authoritative source. For critical information, professional human translation is advised. We are not responsible for any misunderstandings or misinterpretations resulting from the use of this translation.