Skip to content

Commit

Permalink
matrices v0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Oct 10, 2018
1 parent 6e6897f commit c806750
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"nbsphinx": "hidden"
},
"outputs": [],
"source": [
"#Please execute this cell\n",
Expand Down Expand Up @@ -289,6 +291,7 @@
}
],
"metadata": {
"celltoolbar": "Edit Metadata",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand Down
9 changes: 7 additions & 2 deletions exercises/matrices/matrices-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"nbsphinx": "hidden"
},
"outputs": [],
"source": [
"#Please execute this cell\n",
Expand Down Expand Up @@ -77,7 +79,9 @@
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": []
"source": [
"# SOLUTION"
]
},
{
"cell_type": "code",
Expand All @@ -88,6 +92,7 @@
}
],
"metadata": {
"celltoolbar": "Edit Metadata",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
"* [Google colabs](https://drive.google.com/drive/folders/1aKaEPmqFF7-0EPRohwWKCmrz5FEwwEhq): Scratchpads to show python code. During the lesson you can also write on them to share code.\n",
"* Tutorials of [Nicolo Cassetta](http://ncassetta.altervista.org/Tutorial_Python/index.html) (in Italian) - they are well done and with solutions. Please try them all.\n",
"\n",
"**Allen Downey, Think Python **\n",
"**Allen Downey, Think Python**\n",
"\n",
"* Talks a lot, step by step, good for beginners\n",
"* [online](http://www.greenteapress.com/thinkpython/html/)\n",
Expand Down
36 changes: 33 additions & 3 deletions slides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,17 +206,47 @@
"links: \n",
"\n",
"- [Google colab scratchpad 3](https://colab.research.google.com/drive/1gp27m659gbBOQP2jA4xW66tO4R5NIV6W) \n",
"- lesson: [Basic Data structures](exercises/basic-data-structures/basic-data-structures-solution.ipynb)\n",
"\n",
"---------------------\n",
"\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",
"- [ThinkPython Debugging interlude 1](https://runestone.academy/runestone/static/thinkcspy/Debugging/toctree.html)\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Lab 4\n",
"\n",
"Wednesday October 10th 2018\n",
"\n",
"Will do:\n",
"links: \n",
"\n",
"- lists !"
"- [Google colab scratchpad 4](https://colab.research.google.com/drive/1_uM7n77lrxp53-zxthLYYX4f-gAerA6y) \n",
"- lesson: [Matrices](exercises/matrices/matrices-solution.ipynb)\n",
"\n",
"------------------\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"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit c806750

Please sign in to comment.