Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
solutions and writing good
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeubank committed Oct 3, 2023
1 parent e341e3c commit a7a803d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 11 deletions.
Binary file modified docs/html/.doctrees/autograder_guidelines.doctree
Binary file not shown.
Binary file modified docs/html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/html/.doctrees/exercises/Exercise_dask.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/.doctrees/nbsphinx/autograder_guidelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"The autograder will expect you to upload a Jupyter Notebook with Python code. The notebook will then be executed, and then the autograder will look for a dictionary called `results` in which it expects you to have stored your answers. The autograder will expect your answers to be stored using the strings specified in the exercise as keys (e.g. you may be asked to store the youngest age in a dataset with the key `\"ex5_age_young\"`).\n",
"\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](writing_good_jupyter_notebooks.ipynb)\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](https://nickeubank.github.io/practicaldatascience_book/notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html)\n",
"\n",
"When storing numeric answers, please put the exact computed value into your `results` dictionary. We will use `np.isclose()` to evaluate numeric solutions to be sure that very small floating point errors won't cause problems, but the closer you are to an exact solution the less likely you are to have issues.\n"
]
Expand Down
3 changes: 2 additions & 1 deletion docs/html/.doctrees/nbsphinx/solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"metadata": {},
"source": [
"- [Numpy Vector Solutions](exercises/Solutions_numpy_vectors.ipynb)\n",
"- [Pandas Series](exercises/Solutions_series.ipynb)\n"
"- [Pandas Series](exercises/Solutions_series.ipynb)\n",
"- [Pandas DataFrames](exercises/Solutions_dataframe.ipynb)\n"
]
}
],
Expand Down
Binary file modified docs/html/.doctrees/solutions.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/_sources/autograder_guidelines.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"The autograder will expect you to upload a Jupyter Notebook with Python code. The notebook will then be executed, and then the autograder will look for a dictionary called `results` in which it expects you to have stored your answers. The autograder will expect your answers to be stored using the strings specified in the exercise as keys (e.g. you may be asked to store the youngest age in a dataset with the key `\"ex5_age_young\"`).\n",
"\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](writing_good_jupyter_notebooks.ipynb)\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](https://nickeubank.github.io/practicaldatascience_book/notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html)\n",
"\n",
"When storing numeric answers, please put the exact computed value into your `results` dictionary. We will use `np.isclose()` to evaluate numeric solutions to be sure that very small floating point errors won't cause problems, but the closer you are to an exact solution the less likely you are to have issues.\n"
]
Expand Down
3 changes: 2 additions & 1 deletion docs/html/_sources/solutions.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"metadata": {},
"source": [
"- [Numpy Vector Solutions](exercises/Solutions_numpy_vectors.ipynb)\n",
"- [Pandas Series](exercises/Solutions_series.ipynb)\n"
"- [Pandas Series](exercises/Solutions_series.ipynb)\n",
"- [Pandas DataFrames](exercises/Solutions_dataframe.ipynb)\n"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/html/autograder_guidelines.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/html/autograder_guidelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"The autograder will expect you to upload a Jupyter Notebook with Python code. The notebook will then be executed, and then the autograder will look for a dictionary called `results` in which it expects you to have stored your answers. The autograder will expect your answers to be stored using the strings specified in the exercise as keys (e.g. you may be asked to store the youngest age in a dataset with the key `\"ex5_age_young\"`).\n",
"\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](writing_good_jupyter_notebooks.ipynb)\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](https://nickeubank.github.io/practicaldatascience_book/notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html)\n",
"\n",
"When storing numeric answers, please put the exact computed value into your `results` dictionary. We will use `np.isclose()` to evaluate numeric solutions to be sure that very small floating point errors won't cause problems, but the closer you are to an exact solution the less likely you are to have issues.\n"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/html/solutions.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/html/solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"metadata": {},
"source": [
"- [Numpy Vector Solutions](exercises/Solutions_numpy_vectors.ipynb)\n",
"- [Pandas Series](exercises/Solutions_series.ipynb)\n"
"- [Pandas Series](exercises/Solutions_series.ipynb)\n",
"- [Pandas DataFrames](exercises/Solutions_dataframe.ipynb)\n"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion source/autograder_guidelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"The autograder will expect you to upload a Jupyter Notebook with Python code. The notebook will then be executed, and then the autograder will look for a dictionary called `results` in which it expects you to have stored your answers. The autograder will expect your answers to be stored using the strings specified in the exercise as keys (e.g. you may be asked to store the youngest age in a dataset with the key `\"ex5_age_young\"`).\n",
"\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](writing_good_jupyter_notebooks.ipynb)\n",
"However, be aware TAs will _also_ review your notebooks for answers to other questions and to ensure your notebook is well written and formatted, so even though the *autograder* won't care if you organize your notebook well and explain what you're doing clearly, we will! So please use [best practices in writing good notebooks.](https://nickeubank.github.io/practicaldatascience_book/notebooks/PDS_not_yet_in_coursera/20_programming_concepts/writing_good_jupyter_notebooks.html)\n",
"\n",
"When storing numeric answers, please put the exact computed value into your `results` dictionary. We will use `np.isclose()` to evaluate numeric solutions to be sure that very small floating point errors won't cause problems, but the closer you are to an exact solution the less likely you are to have issues.\n"
]
Expand Down
3 changes: 2 additions & 1 deletion source/solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"metadata": {},
"source": [
"- [Numpy Vector Solutions](exercises/Solutions_numpy_vectors.ipynb)\n",
"- [Pandas Series](exercises/Solutions_series.ipynb)\n"
"- [Pandas Series](exercises/Solutions_series.ipynb)\n",
"- [Pandas DataFrames](exercises/Solutions_dataframe.ipynb)\n"
]
}
],
Expand Down

0 comments on commit a7a803d

Please sign in to comment.