Skip to content

Commit

Permalink
Added notebook for session 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Feb 5, 2019
1 parent ed57231 commit 7fbe53f
Show file tree
Hide file tree
Showing 5 changed files with 3,108 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*ipynb_checkpoints*
52 changes: 40 additions & 12 deletions Session_1/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"\n",
"- scientific programming\n",
" - algorithm\n",
" - speed, memory efficiency\n",
" - speed, memory efficiency, accuracy\n",
" - = numerical methods (judd) + Fortran\n",
" \n",
"- modern?\n",
Expand Down Expand Up @@ -108,7 +108,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Multilanguage\n",
"\n",
Expand All @@ -123,13 +127,17 @@
"- html/javascript\n",
"- vega/ggog\n",
"- yaml/json\n",
"- database \n",
"- database (sql)\n",
"- tensorflow (deep learning)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Multiplatforms\n",
"\n",
Expand All @@ -139,12 +147,16 @@
"- server\n",
"- virtual machine / container\n",
"- farm of computers\n",
"- specialized hardware (e.g. GPU)"
"- specialized hardware (e.g. GPU, TPU)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Why should you learn to program ?\n",
"\n",
Expand All @@ -160,7 +172,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Now *is* the right time !\n",
"\n",
Expand All @@ -180,15 +196,18 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Do it in the open ! (2)\n",
"\n",
"- Many excellent online resources:\n",
"\n",
" - [Software Carpentry](https://software-carpentry.org/)\n",
" - [QuantEcon](https://quantecon.org/news-item/need-for-speed-in-julia) from Tom Sargent and John Stachurski\n",
" - [Julia manuals/tutorials](https://julialang.org/learning/)\n",
" \n",
" \n",
"- Opensource community is very welcoming:\n",
Expand All @@ -200,7 +219,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## Mental Break: even toddlers can learn to program\n",
"\n",
Expand All @@ -211,7 +234,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## For next time\n",
"\n",
Expand All @@ -221,6 +248,7 @@
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand All @@ -236,7 +264,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Session_1/tutorial_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.2"
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Session_1/tutorial_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.2"
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 7fbe53f

Please sign in to comment.