Skip to content

Commit

Permalink
lab3 (v1 ..)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Oct 9, 2018
1 parent 97780bd commit 94c9f22
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions slides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"source": [
"## Lab 2\n",
"\n",
"Friday 5th October\n",
"Friday October 5th 2018\n",
"\n",
"links: \n",
"\n",
Expand All @@ -187,17 +187,36 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Will do: \n",
"\n",
"- Finish review of tools: Visual Studio Code \n",
"- some exercise on data types "
"- some exercise on data types \n",
"- simple functions with return\n",
"- simple tests with assert"
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"## Lab 3\n",
"\n",
"Tuesday October 9th 2018\n",
"\n",
"links: \n",
"\n",
"- [Google colab scratchpad 3](https://colab.research.google.com/drive/1gp27m659gbBOQP2jA4xW66tO4R5NIV6W) \n",
"- [Slides montresor - Structured data types](http://disi.unitn.it/~montreso/sp/slides/A02-datastructures.pdf)\n",
"- [Slides montresor - Structured programming](http://disi.unitn.it/~montreso/sp/slides/A03-controlflow.pdf)\n",
"- [ThinkPython General introduction](https://runestone.academy/runestone/static/thinkcspy/GeneralIntro/toctree.html)\n",
"- [ThinkPythonSimple Python Data](https://runestone.academy/runestone/static/thinkcspy/SimplePythonData/toctree.html)\n",
" - [exercises](https://runestone.academy/runestone/static/thinkcspy/SimplePythonData/Exercises.html)\n",
"- [ThinkPython Debugging interlude 1](https://runestone.academy/runestone/static/thinkcspy/Debugging/toctree.html)\n",
"\n",
"Will do:\n",
"\n",
"- lists !"
]
}
],
"metadata": {
Expand Down

0 comments on commit 94c9f22

Please sign in to comment.