/data-science-day

Learn Data Science By Doing Hands-on Projects, one-a-day, with Jupyter Notebooks, VS Code, GitHub Codespaces, GitHub Copilot - and AI!

MIT LicenseMIT

Leap into Data Science

Landing Page
Welcome to #14DaysOf Data Science, a 2-week series of posts that will help you make the Leap into Data Science from fundamental concepts to developer tooling.

1. Learning Objectives

  • Understand core Data Science Concepts
  • Explore core Data Science Tools
  • Learn to Analyze & Visualize Data with AI help
  • Learn to Debug & Assess Models for Responsible AI
  • Build your intuition & skills with hands-on exercises

2. Astro Starlight Setup

The GitHub website is built using Astro Starlight and hosted on GitHub Pages using an automated GitHub Action workflow. Check out docs/README.md for more details.

The repository is instrumented with a devcontainer.json file setup to support Node.js and Python development runtimes.

To preview the documentation, just open the repo in GitHub Codespaces, wait till you see the Visual Studio Code terminal prompt, then enter:

cd docs
npm install
npm run dev