-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
657 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 4802999742871d4d2cb4e3d9f67ebae9 | ||
config: ad6d1dd53887136095a9742e9d99881d | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
jupytext: | ||
formats: md:myst | ||
text_representation: | ||
extension: .md | ||
format_name: myst | ||
format_version: 0.13 | ||
jupytext_version: 1.11.5 | ||
kernelspec: | ||
display_name: Python 3 | ||
language: python | ||
name: python3 | ||
--- | ||
|
||
# Week 00: Start here | ||
|
||
### Lessons and Assignments | ||
|
||
Lessons found on this website. Lessons contain the explanations of what's to | ||
come in the assignments. Examples and all. | ||
|
||
For assignments, we'll use Google Colab with your [email protected] | ||
account (same password as your [email protected] account). | ||
|
||
### Google Colab | ||
|
||
[Google Colab](https://colab.research.google.com) provides a notebook | ||
environment where the user can develop a reproducible document that blends text | ||
and code together. Such reproducible documents are popular in the world of data | ||
science, statistics, machine learning, and the various applied sciences that use | ||
programming. By combining text and code, you can walk (via text) your audience | ||
through an analysis (usually via code and/or math), showing the exact code you | ||
used to draw any conclusions about the data or otherwise. | ||
|
||
We will use Google Colab for free, as part of your campus Google account | ||
[email protected]. The free aspect means we'll have to deal with some | ||
issues that don't otherwise come about if we were to install Python on our own | ||
personal machines. I, Edward, have made the active choice to use Google Colab | ||
instead of teaching you how to installing Python on your personal machine, | ||
because I believe we can get started faster this way. If you want to follow | ||
along with this course using your different tools, please see the details on the | ||
page [Week 06 and beyond][and-beyond.md]. | ||
|
||
From here, there's really no better way to learn about Google Colab than to go | ||
touch it. Here's a link to [the Colab notebook associated with Week 00: Start | ||
here](https://colab.research.google.com/drive/1weKuFgd98W76BloyuuB4d2HudB5KLYew?usp=sharing). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.