Skip to content

Commit

Permalink
updated lists
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Oct 3, 2019
1 parent 84449dd commit 447a161
Show file tree
Hide file tree
Showing 9 changed files with 3,081 additions and 190 deletions.
Binary file added exercises/lists/img/list_methods.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercises/lists/img/operators1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercises/lists/img/operators2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercises/lists/img/operators3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercises/lists/img/tuple_methods.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercises/lists/img/tuple_operators.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,240 changes: 3,050 additions & 190 deletions exercises/lists/lists-solution.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@
"source": [
"## News\n",
"\n",
"- **3 October 2019**: \n",
" - updated [Lists](exercises/lists/lists-solution.ipynb)\n",
"\n",
"- **1 October 2019**: \n",
" - updated [Strings](exercises/strings/strings-solution.ipynb)\n",
" - updated [error handling and testing](exercises/errors-and-testing/errors-and-testing-solution.ipynb) \n",
Expand Down
28 changes: 28 additions & 0 deletions slides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,34 @@
"- Exercises with functions: require knowing complex statements, functions, cycles\n",
"- Verify your comprehension: require knowing complex statements, functions, cycles and also [Error handling and testing with asserts](https://datasciprolab.readthedocs.io/en/latest/exercises/errors-and-testing/errors-and-testing-solution.html)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Lab A.4\n",
"\n",
"Tuesday 3rd Oct 2019\n",
"\n",
"#### Links\n",
"\n",
"* [All Google Colab scratchpads](https://drive.google.com/drive/folders/17cAdDWOFoSJ1hzHrYmx7EanqbqEqxZ3w?usp=sharing)\n",
"* [Fourth Google Colab](https://colab.research.google.com/drive/1IQ03EFsXURgKmh6PV_qxmN_L3S8Nn-Zs)\n",
" (for code shown during lesson)\n",
"\n",
"* Lesson: [Lists](exercises/lists/lists-solution.ipynb) (NOTE: redownload it, was updated) \n",
"\n",
"\n",
"**Material for Part A is being restructured, always pay attention to** [News section](https://datasciprolab.readthedocs.io/en/latest/index.html#News)\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 447a161

Please sign in to comment.