| layout | title | tagline | nav_exclude |
|---|---|---|---|
page |
ReadMe |
Introduction to Computational Thinking with Data |
true |
{: .mb-2 } UC Berkeley {: .mb-0 .fs-6 .text-grey-dk-000 }
The https://data6.org/su25/ website.
From the course catalog: This course is an introduction to computational thinking and quantitative reasoning, designed to prepare students for further coursework in data science, computer science, and statistics (in particular, Foundations of Data Science, Data C8). This course emphasizes the use of computation to gain insight about quantitative problems with real data from the social sciences.
Prerequisites:
- You have everything that Jekyll requires
- You have installed Bundler: Run
gem install jekyll bundler
- Fork the repository.
- Clone your fork (replace
YOUR_GITHUB_USERNAMEandYOUR_REPOaccordingly).
git clone git@github.com:YOUR_GITHUB_USERNAME/YOUR_REPO.git
- Install dependencies:
cd YOUR_REPO
bundle install
To run the site locally, run:
bundle exec jekyll serve
Search throughout the repository for TODO items called TODO(setup) and complete them to customize the site for your course.
The easiest way to deploy your site is with GitHub Pages.
See CONTRIBUTING.md for instructions on how to develop this site as part of course staff or if you're interested in contributing to this template repository.