Git Product home page Git Product logo

data-science-for-beginners's Introduction

Data Science for Beginners - A Curriculum

Open in GitHub Codespaces

GitHub license GitHub contributors GitHub issues GitHub pull-requests PRs Welcome

GitHub watchers GitHub forks GitHub stars

Azure Cloud Advocates at Microsoft are pleased to offer a 10-week, 20-lesson curriculum all about Data Science. Each lesson includes pre-lesson and post-lesson quizzes, written instructions to complete the lesson, a solution, and an assignment. Our project-based pedagogy allows you to learn while building, a proven way for new skills to 'stick'.

Hearty thanks 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 content contributors, notably 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

 Sketchnote by (@sketchthedocs)
Data Science For Beginners - Sketchnote by @nitya

Announcement - New Curriculum on Generative AI was just released!

We just released a 12 lesson curriculum on generative AI. Come learn things like:

  • prompting and prompt engineering
  • text and image app generation
  • search apps

As usual, there's a lesson, assignments to complete, knowledge checks and challenges.

Check it out:

https://aka.ms/genai-beginners

Are you a student?

Get started with the following resources:

  • Student Hub page In this page, you will find beginner resources, Student packs and even ways to get a free cert voucher. This is one page you want to bookmark and check from time to time as we switch out content at least monthly.
  • Microsoft Learn Student Ambassadors Join a global community of student ambassadors, this could be your way into Microsoft.

Getting Started

Teachers: we have included some suggestions on how to use this curriculum. We'd love your feedback in our discussion forum!

Students: to use this curriculum on your own, fork the entire repo and complete the exercises on your own, starting with a pre-lecture quiz. Then read the lecture and complete the rest of the activities. Try to create the projects by comprehending the lessons rather than copying the solution code; however, that code is available in the /solutions folders in each project-oriented lesson. Another idea would be to form a study group with friends and go through the content together. For further study, we recommend Microsoft Learn.

Meet the Team

Promo video

Gif by Mohit Jaisal

πŸŽ₯ Click the image above for a video about the project the folks who created it!

Pedagogy

We have chosen two pedagogical tenets while building this curriculum: ensuring that it is project-based and that it includes frequent quizzes. By the end of this series, students will have learned basic principles of data science, including ethical concepts, data preparation, different ways of working with data, data visualization, data analysis, real-world use cases of data science, and more.

In addition, a low-stakes quiz before a class sets the intention of the student towards learning a topic, while a second quiz after class ensures further retention. This curriculum was designed to be flexible and fun and can be taken in whole or in part. The projects start small and become increasingly complex by the end of the 10 week cycle.

Find our Code of Conduct, Contributing, Translation guidelines. We welcome 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 this app, for 40 total quizzes of three questions each. They are linked from within the lessons, but the quiz app can be run locally; follow the instruction in the quiz-app folder. They are gradually being localized.

Lessons

 Sketchnote by (@sketchthedocs)
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 Data Ethics Concepts, Challenges & Frameworks. lesson Nitya
03 Defining Data Introduction How data is classified and its common sources. lesson Jasmine
04 Introduction to Statistics & Probability Introduction The mathematical techniques of 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 with the Structured Query Language, also known as 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 such as Pandas. Foundational understanding of Python programming is recommended. lesson video Dmitry
08 Data Preparation Working With Data Topics on data techniques for cleaning and transforming the data to handle challenges of 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 sets of data and their variables. lesson Jen
13 Meaningful Visualizations Data Visualization Techniques and guidance for making your visualizations valuable for effective problem solving and insights. lesson Jen
14 Introduction to the Data Science lifecycle Lifecycle Introduction to the data science lifecycle and its first step of acquiring and extracting data. lesson Jasmine
15 Analyzing Lifecycle This phase of the data science lifecycle focuses on techniques to analyze data. lesson Jasmine
16 Communication Lifecycle This phase of the data science lifecycle focuses on presenting the insights from the data in a way that makes it easier for decision makers to understand. lesson Jalen
17 Data Science in the Cloud Cloud Data This series of lessons introduces 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 the real world. lesson Nitya

GitHub Codespaces

Follow these steps to open this sample in a Codespace:

  1. Click the Code drop-down menu and select the Open with Codespaces option.
  2. Select + New codespace at the bottom on 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 using the VS Code Remote - Containers extension:

  1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the getting started documentation.

To use this repository, you can either open the repository in an isolated Docker volume:

Note: Under the hood, this will use the Remote-Containers: Clone Repository in Container Volume... command to clone the source code in a Docker volume instead of the local filesystem. Volumes are the preferred mechanism 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 by 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 running a Python kernel.

Help Wanted!

If you would like to translate all or part of the curriculum, please follow our Translations guide.

Other Curricula

Our team produces other curricula! Check out:

data-science-for-beginners's People

Contributors

amagash avatar anupamishra333 avatar choipureum avatar chungzh avatar dependabot[bot] avatar dhanyahegde01 avatar dishitarocks avatar fernandakawasaki avatar flegaspi700 avatar fortis3000 avatar hereje avatar heril18 avatar izzy-el avatar jalenmcg avatar jasleen101010 avatar jlooper avatar juliamuiruri4 avatar keshav340 avatar leestott avatar maud-lv avatar mohamad-jaallouk avatar nahyeong99 avatar nirmalya8 avatar nitya avatar paladique avatar sachindabhade avatar shwars avatar sojeongii avatar thoogend1 avatar vidushi-gupta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-science-for-beginners's Issues

[TRANSLATIONS] - Arabic (MSA)

  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Relational Databases README
    • Relational Databases assignment
    • Non-Relational Data README
    • Non-Relational Data assignment
    • Python README
    • Python assignment
    • Data Preparation README
    • Data Preparation assignment
  • Vizualization base README
    • Quantities README
    • Quantities assignment
    • Distributions README
    • Distributions assignment
    • Proportions README
    • Proportions assignment
    • Relationships README
    • Relationships assignment
    • Meaningful Visualizations README
    • Meaningful Visualization assignment
  • Data Science Lifecycle base README
    • Introduction README
    • Introduction assignment
    • Analyzing README
    • Analyzing assignment
    • Communication README
    • Communication assignment
  • Data Science in the Cloud base README
    • Intro README
    • Intro assignment
    • Low Code README
    • Low Code assignment
    • Azure README
    • Azure assignment
  • Data Science in the Wild base README
    • Real World Examples README
    • Real World Examples assignment

No question in Lesson-5 Quiz

Describe the bug
In Lesson-5 (Relational Databases), the Pre-Lecture Quiz does not have Question description. It only carries the answer choices in form of MCQ. The same behavior is seen for Post-Lecture Quiz, with repeated options from Pre-Lecture Quiz.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Lesson-5'
  2. Click on 'Pre-Lecture Quiz, Post Quiz'
  3. See error

Expected behavior
The Questions should be visible with the answer options.

Screenshots

Pre-Lecture Quiz:
image
image
image

Post Quiz:
image
image
image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Microsoft Edge
  • Version 95

[TRANSLATIONS] - Italian

  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Relational Databases README
    • Relational Databases assignment
    • Non-Relational Data README
    • Non-Relational Data assignment
    • Python README
    • Python assignment
    • Data Preparation README
    • Data Preparation assignment
  • Vizualization base README
    • Quantities README
    • Quantities assignment
    • Distributions README
    • Distributions assignment
    • Proportions README
    • Proportions assignment
    • Relationships README
    • Relationships assignment
    • Meaningful Visualizations README
    • Meaningful Visualization assignment
  • Data Science Lifecycle base README
    • Introduction README
    • Introduction assignment
    • Analyzing README
    • Analyzing assignment
    • Communication README
    • Communication assignment
  • Data Science in the Cloud base README
    • Intro README
    • Intro assignment
    • Low Code README
    • Low Code assignment
    • Azure README
    • Azure assignment
  • Data Science in the Wild base README
    • Real World Examples README
    • Real World Examples assignment

defining-data-science

INTRO:
Line 2 : β€œthe” current time…
Line 2: operate with data β€œby” counting the….
Line 5: data β€œhas become” much….

DATA SCIENCE:
Line 1: as β€œa” scientific
Line 9: Nowadays, it β€œhas become” evident….. is much β€œbroader”

OTHER RELATED FIELDS:
Line 1: data is β€œa”…..

TYPES OF DATA
Line 2: I think a fullstop should replace the hyphen.
Table – Structured: Date for age and gender β€œof” all….
Table - Unstructured: β€œBritannica”

[TRANSLATIONS] - French

  • #169
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Relational Databases README
    • Relational Databases assignment
    • Non-Relational Data README
    • Non-Relational Data assignment
    • Python README
    • Python assignment
    • Data Preparation README
    • Data Preparation assignment
  • Vizualization base README
    • Quantities README
    • Quantities assignment
    • Distributions README
    • Distributions assignment
    • Proportions README
    • Proportions assignment
    • Relationships README
    • Relationships assignment
    • Meaningful Visualizations README
    • Meaningful Visualization assignment
  • Data Science Lifecycle base README
    • Introduction README
    • Introduction assignment
    • Analyzing README
    • Analyzing assignment
    • Communication README
    • Communication assignment
  • Data Science in the Cloud base README
    • Intro README
    • Intro assignment
    • Low Code README
    • Low Code assignment
    • Azure README
    • Azure assignment
  • Data Science in the Wild base README
    • Real World Examples README
    • Real World Examples assignment

[Review] 12-visualization-relationships

This lesson has been reviewed and resolved of the following issues

  • Typos
  • Grammar errors
  • Missing links
  • Broken Images
  • Checked for completeness
  • Quiz (if no quiz assign to paladique)

Python and Data(Pandas)[Review]

This lesson has been reviewed and resolved of the following issues

  • Typos:Rectified
  • across written as 'accross'
  • 'many times' written as 'manytimes'
  • missing article
  • Grammar errors: Rectified
  • [ ]
  • Missing links: None found
  • Broken Images: None found
  • Checked for completeness: Yes
  • Quiz (if no quiz assign to @paladique): 2 Quizzes assigned

[TRANSLATIONS] - Portuguese (PT-PT and PT-BR)

PT-PT

  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Relational Databases README
    • Relational Databases assignment
    • Non-Relational Data README
    • Non-Relational Data assignment
    • Python README
    • Python assignment
    • Data Preparation README
    • Data Preparation assignment
  • Vizualization base README
    • Quantities README
    • Quantities assignment
    • Distributions README
    • Distributions assignment
    • Proportions README
    • Proportions assignment
    • Relationships README
    • Relationships assignment
    • Meaningful Visualizations README
    • Meaningful Visualization assignment
  • Data Science Lifecycle base README
    • Introduction README
    • Introduction assignment
    • Analyzing README
    • Analyzing assignment
    • Communication README
    • Communication assignment
  • Data Science in the Cloud base README
    • Intro README
    • Intro assignment
    • Low Code README
    • Low Code assignment
    • Azure README
    • Azure assignment
  • Data Science in the Wild base README
    • Real World Examples README
    • Real World Examples assignment

PT-BR

  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Relational Databases README
    • Relational Databases assignment
    • Non-Relational Data README
    • Non-Relational Data assignment
    • Python README
    • Python assignment
    • Data Preparation README
    • Data Preparation assignment
  • Vizualization base README
    • Quantities README
    • Quantities assignment
    • Distributions README
    • Distributions assignment
    • Proportions README
    • Proportions assignment
    • Relationships README
    • Relationships assignment
    • Meaningful Visualizations README
    • Meaningful Visualization assignment
  • Data Science Lifecycle base README
    • Introduction README
    • Introduction assignment
    • Analyzing README
    • Analyzing assignment
    • Communication README
    • Communication assignment
  • Data Science in the Cloud base README
    • Intro README
    • Intro assignment
    • Low Code README
    • Low Code assignment
    • Azure README
    • Azure assignment
  • Data Science in the Wild base README
    • Real World Examples README
    • Real World Examples assignment

Data Science Lifecycle-Analysis[Review]

This lesson has been reviewed and resolved of the following issues

  • Typos: None found
  • Grammar errors: None found
  • Missing links: analysis link on data science lifecycle page, section on visualisations, actions taken to resolve them
  • Broken Images: none found
  • Checked for completeness: yes
  • Quiz (if no quiz assign to @paladique): Pre-lecture and Post-lecture quiz links are broken

[TRANSLATIONS] - Simplified Chinese

  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Relational Databases README
    • Relational Databases assignment
    • Non-Relational Data README
    • Non-Relational Data assignment
    • Python README
    • Python assignment
    • Data Preparation README
    • Data Preparation assignment
  • Vizualization base README
    • Quantities README
    • Quantities assignment
    • Distributions README
    • Distributions assignment
    • Proportions README
    • Proportions assignment
    • Relationships README
    • Relationships assignment
    • Meaningful Visualizations README
    • Meaningful Visualization assignment
  • Data Science Lifecycle base README
    • Introduction README
    • Introduction assignment
    • Analyzing README
    • Analyzing assignment
    • Communication README
    • Communication assignment
  • Data Science in the Cloud base README
    • Intro README
    • Intro assignment
    • Low Code README
    • Low Code assignment
    • Azure README
    • Azure assignment
  • Data Science in the Wild base README
    • Real World Examples README
    • Real World Examples assignment

[Review] 03 - Defining Data

This lesson has been reviewed and resolved of the following issues

  • Typos
  • Grammar errors
  • Missing links
  • Broken Images
  • Checked for completeness
  • Quiz (if no quiz assign to @paladique)

Link to previous lesson not working

Describe the bug
A link that is supposed to take to the previous lesson is leading to a 404 error page.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '2-Working-With-Data'
  2. Go to '06-non-relational'
  3. Go to 'README.md'
  4. Scroll to 'Document Data Stores with the Azure Cosmos DB'
  5. Click on the link saying 'previous lesson'

Expected behavior
The link should take to a previous lesson.

Screenshots
Screenshot 2021-09-28 133050

No assignment in Lesson-5

Describe the bug
There is no Assignment for Lesson-5. Assignment.md leads to a blank page with no Question description or solutions.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Lesson-5'
  2. Click on 'Assignment' and click on 'Assignment Title'.
  3. See error

Expected behavior
The Assignment should be visible.

Screenshots

image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Microsoft Edge
  • Version: v95

[TRANSLATIONS] - Spanish

  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Relational Databases README
    • Relational Databases assignment
    • Non-Relational Data README
    • Non-Relational Data assignment
    • Python README
    • Python assignment
    • Data Preparation README
    • Data Preparation assignment
  • Vizualization base README
    • Quantities README
    • Quantities assignment
    • Distributions README
    • Distributions assignment
    • Proportions README
    • Proportions assignment
    • Relationships README
    • Relationships assignment
    • Meaningful Visualizations README
    • Meaningful Visualization assignment
  • Data Science Lifecycle base README
    • Introduction README
    • Introduction assignment
    • Analyzing README
    • Analyzing assignment
    • Communication README
    • Communication assignment
  • Data Science in the Cloud base README
    • Intro README
    • Intro assignment
    • Low Code README
    • Low Code assignment
    • Azure README
    • Azure assignment
  • Data Science in the Wild base README
    • Real World Examples README
    • Real World Examples assignment

Lesson 7: NoSQL

  • Quiz 1
  • Written Lesson
  • Challenge
  • Further Reading Section
  • Quiz 2
  • Assignment

[Review] Relational Databases

This lesson has been reviewed and resolved of the following issues

  • Typos
  • Grammar errors
  • Missing links
  • Broken Images
  • Checked for completeness
  • Quiz (if no quiz assign to @paladique)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.