Skip to content

Commit

Permalink
dictionaries, sets, tuples
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Oct 8, 2019
1 parent ebcfafd commit b5ef9d7
Show file tree
Hide file tree
Showing 14 changed files with 3,186 additions and 1,167 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Complex statemtents solutions\n",
"\n",
"# Control flow solutions\n",
"\n",
"\n",
"<div class=\"alert alert-warning\">\n",
Expand All @@ -14,9 +13,9 @@
"</div>\n",
"\n",
"\n",
"## [Download exercises zip](../../_static/complex-statements-exercises.zip)\n",
"## [Download exercises zip](../../_static/control-flow-exercises.zip)\n",
"\n",
"[Browse files online](https://github.com/DavidLeoni/datasciprolab/tree/master/exercises/complex-statements)\n",
"[Browse files online](https://github.com/DavidLeoni/datasciprolab/tree/master/exercises/control-flow)\n",
"\n"
]
},
Expand All @@ -32,13 +31,10 @@
"```\n",
"\n",
"-jupman.py\n",
"-my_lib.py\n",
"-other stuff ...\n",
"-exercises\n",
" |- lists\n",
" |- complex-statements-exercise.ipynb \n",
" |- complex-statements-solution.ipynb\n",
" |- other stuff ..\n",
" |- control-flow-exercise.ipynb \n",
" |- control-flow-solution.ipynb\n",
"```\n",
"\n",
"<div class=\"alert alert-warning\">\n",
Expand All @@ -47,7 +43,7 @@
"</div>\n",
"\n",
"\n",
"- open Jupyter Notebook from that folder. Two things should open, first a console and then browser. The browser should show a file list: navigate the list and open the notebook `exercises/strings/complex-statements-exercise.ipynb`\n",
"- open Jupyter Notebook from that folder. Two things should open, first a console and then browser. The browser should show a file list: navigate the list and open the notebook `exercises/strings/control-flow-exercise.ipynb`\n",
"\n",
"<div class=\"alert alert-warning\">\n",
"\n",
Expand Down Expand Up @@ -77,7 +73,7 @@
"\n",
"**References**: \n",
"\n",
"Complex statements: [Andrea Passerini slides A03](http://disi.unitn.it/~passerini/teaching/2019-2020/sci-pro/slides/A03-controlflow.pdf)\n"
"* Complex statements: [Andrea Passerini slides A03](http://disi.unitn.it/~passerini/teaching/2019-2020/sci-pro/slides/A03-controlflow.pdf)\n"
]
},
{
Expand Down

0 comments on commit b5ef9d7

Please sign in to comment.