Skip to content

Commit

Permalink
edit 00
Browse files Browse the repository at this point in the history
  • Loading branch information
koldunovn committed Sep 26, 2017
1 parent 6c835a7 commit c36dd75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 00 - Why Python.ipynb
Expand Up @@ -187,7 +187,7 @@
}
},
"source": [
"... if you don't use vectorization or [Cython](http://www.cython.org/) when loops are inevitable. Critical parts still can be written in FORTRAN or C. "
"... if you don't use vectorization or [Cython](http://www.cython.org/) or [numba](https://numba.pydata.org/) when loops are inevitable, or [dask](https://dask.pydata.org/en/latest/) when you have to work with parallel code. Critical parts still can be written in FORTRAN or C. "
]
},
{
Expand Down Expand Up @@ -282,23 +282,23 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"pygments_lexer": "ipython3",
"version": "3.6.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 1
}

0 comments on commit c36dd75

Please sign in to comment.