Skip to content

Commit

Permalink
tweak schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeubank committed Sep 12, 2024
1 parent 34a8fef commit b27037f
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 10 deletions.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/.doctrees/ids720_specific/class_schedule.doctree
Binary file not shown.
Binary file modified _build/.doctrees/ids720_specific/exercises/Exercise_git.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"\n",
"In these exercises, we'll be practicing creating and contributing to projects using the \"Github Flow\" workflow you can [find summarized here](https://guides.github.com/introduction/flow/). Note this is not the only workflow out there -- different companies or groups will often develop their own modification of this basic strategy -- but most are pretty similar to this approach. \n",
"\n",
"In these exercises, for the first time we'll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B. "
"In these exercises, for the first time we'll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B. \n",
"\n",
"Hello"
]
},
{
Expand Down
6 changes: 5 additions & 1 deletion _build/html/ids720_specific/class_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,11 @@ <h2>Class Time<a class="headerlink" href="#class-time" title="Link to this headi
<li><p><a class="reference external" href="../notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html">Writing Good Notebooks</a></p></li>
</ul>
</td>
<td></td>
<td><ul class="simple">
<li><p><a class="reference external" href="exercises/Exercise_git_2.html">Ex 1</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_numpy_vectors.html">Ex 2</a></p></li>
</ul>
</td>
</tr>
<tr class="row-even"><td><p>Tues, Sep 17</p></td>
<td><ul class="simple">
Expand Down
1 change: 1 addition & 0 deletions _build/html/ids720_specific/exercises/Exercise_git.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ <h2> Contents </h2>
<h1>Git and Github, Part 1<a class="headerlink" href="#git-and-github-part-1" title="Link to this heading">#</a></h1>
<p>In these exercises, we’ll be practicing creating and contributing to projects using the “Github Flow” workflow you can <a class="reference external" href="https://guides.github.com/introduction/flow/">find summarized here</a>. Note this is not the only workflow out there – different companies or groups will often develop their own modification of this basic strategy – but most are pretty similar to this approach.</p>
<p>In these exercises, for the first time we’ll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B.</p>
<p>Hello</p>
<section id="part-0-change-your-default-editor">
<h2>Part 0: Change your default editor!<a class="headerlink" href="#part-0-change-your-default-editor" title="Link to this heading">#</a></h2>
<p>By default, when git needs you to label a commit, it will open an editor called <a class="reference external" href="https://www.vim.org/">vim</a> that is very hard to work with (it’s not just weird – it’s even hard to get out of once it’s opened!)</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"\n",
"In these exercises, we'll be practicing creating and contributing to projects using the \"Github Flow\" workflow you can [find summarized here](https://guides.github.com/introduction/flow/). Note this is not the only workflow out there -- different companies or groups will often develop their own modification of this basic strategy -- but most are pretty similar to this approach. \n",
"\n",
"In these exercises, for the first time we'll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B. "
"In these exercises, for the first time we'll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B. \n",
"\n",
"Hello"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "139807f9",
"id": "f88aecfd",
"metadata": {},
"source": [
"# Installing Geopandas"
]
},
{
"cell_type": "markdown",
"id": "933c829a",
"id": "5c571306",
"metadata": {},
"source": [
"Early in the semester, I told you that conda was generally preferred over pip by data scientists because it could install more than just python packages? Well here's an example of a place that pays off big!\n",
Expand Down
4 changes: 3 additions & 1 deletion docs/_sources/ids720_specific/exercises/Exercise_git.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"\n",
"In these exercises, we'll be practicing creating and contributing to projects using the \"Github Flow\" workflow you can [find summarized here](https://guides.github.com/introduction/flow/). Note this is not the only workflow out there -- different companies or groups will often develop their own modification of this basic strategy -- but most are pretty similar to this approach. \n",
"\n",
"In these exercises, for the first time we'll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B. "
"In these exercises, for the first time we'll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B. \n",
"\n",
"Hello"
]
},
{
Expand Down
6 changes: 5 additions & 1 deletion docs/ids720_specific/class_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,11 @@ <h2>Class Time<a class="headerlink" href="#class-time" title="Link to this headi
<li><p><a class="reference external" href="../notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html">Writing Good Notebooks</a></p></li>
</ul>
</td>
<td></td>
<td><ul class="simple">
<li><p><a class="reference external" href="exercises/Exercise_git_2.html">Ex 1</a></p></li>
<li><p><a class="reference external" href="exercises/Exercise_numpy_vectors.html">Ex 2</a></p></li>
</ul>
</td>
</tr>
<tr class="row-even"><td><p>Tues, Sep 17</p></td>
<td><ul class="simple">
Expand Down
1 change: 1 addition & 0 deletions docs/ids720_specific/exercises/Exercise_git.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ <h2> Contents </h2>
<h1>Git and Github, Part 1<a class="headerlink" href="#git-and-github-part-1" title="Link to this heading">#</a></h1>
<p>In these exercises, we’ll be practicing creating and contributing to projects using the “Github Flow” workflow you can <a class="reference external" href="https://guides.github.com/introduction/flow/">find summarized here</a>. Note this is not the only workflow out there – different companies or groups will often develop their own modification of this basic strategy – but most are pretty similar to this approach.</p>
<p>In these exercises, for the first time we’ll want to use the computers of BOTH people working in each pair, so label one computer as Computer A, and one as Computer B.</p>
<p>Hello</p>
<section id="part-0-change-your-default-editor">
<h2>Part 0: Change your default editor!<a class="headerlink" href="#part-0-change-your-default-editor" title="Link to this heading">#</a></h2>
<p>By default, when git needs you to label a commit, it will open an editor called <a class="reference external" href="https://www.vim.org/">vim</a> that is very hard to work with (it’s not just weird – it’s even hard to get out of once it’s opened!)</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion ids720_specific/class_schedule.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"Thurs, Sep 12",- Numpy Basics,"- Under the numpy heading, `read everything under Vectors EXCEPT Speed/Ease of Use Tradeoff and Vectorization <../notebooks/class_2/week_2/10_why_numpy.html>`_
- Under the numpy heading, also read everything under `Subsetting Vectors <../notebooks/class_2/week_2/10_why_numpy.html>`_
- `Numbers in Computers <../notebooks/PDS_not_yet_in_coursera/20_programming_concepts/ints_and_floats.html>`_
- `Writing Good Notebooks <../notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html>`_",
- `Writing Good Notebooks <../notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html>`_","- `Ex 1 <exercises/Exercise_git_2.html>`_
- `Ex 2 <exercises/Exercise_numpy_vectors.html>`_"
"Tues, Sep 17",- Numpy Arrays,"**More Numpy Concepts:**

- `Views and Copies <../notebooks/class_2/week_3/10_views_and_copies.html>`_
Expand Down
Binary file modified notebooks/PDS_not_yet_in_coursera/.DS_Store
Binary file not shown.

0 comments on commit b27037f

Please sign in to comment.