satpreetsingh / Site

Repository for managing the Data Science in Practice website.

Home Page:https://datascienceinpractice.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Science in Practice Site

Project Status: Active License: CC BY-NC 4.0

Data science in practice is a collection of materials & assignments for learning and practice introductory data science.

Overview

This repository is the source repository for creating the Data Science in Practice website.

These materials serve as a public version of materials developed for the COGS108 class.

This repository has the tools for building the website, by accessing, updating, and building from the materials from the COGS 108 organization. The built version of book is then posted to the website repository for hosting.

Dependencies

This project uses the Python programming language, and requires Python >= 3.6.

Materials are written and available as Jupyter Notebooks.

Tutorials & assignments require packages from the scientific Python ecosystem. These dependencies can all be installed using the Anaconda distribution. Details and instructions on the dependencies and how to get them are available in the materials.

The website is created using JupyterBook.

Organization

This repository contains the following sections:

  • dsip/ contains the content of the website, including sub-sections:
    • docs/ contains the source for written sections of the site
    • tutorials/ contains tutorial notebooks which introduce key topics for doing data science
    • assignments/ contains assignment notebooks with problem sets that can be worked through
    • projects/ contains information on how to pursue independent analysis projects
  • paper/ contains a draft paper, describing these materials, and submitted to JOSE

License

These materials are made freely available, and are licensed under a CC BY-NC 4.0 license.

About

Repository for managing the Data Science in Practice website.

https://datascienceinpractice.github.io/

License:Other


Languages

Language:Jupyter Notebook 99.7%Language:Makefile 0.2%Language:TeX 0.1%