Skip to content

Commit f384f75

Browse files
author
stonebig
committed
summer 2018 update, with Almar Klein WASM demo
1 parent 6d70818 commit f384f75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+30468
-2504
lines changed

docs/Beginner's FAQ.ipynb

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
" . [Python Data Science Handbook](https://github.com/jakevdp/PythonDataScienceHandbook/blob/master/README.md)\n"
2727
]
2828
},
29+
{
30+
"cell_type": "markdown",
31+
"metadata": {},
32+
"source": [
33+
"## Games and Statistics\n",
34+
" . [Pythonic Perambulations](http://jakevdp.github.io) from Jake Vanderplas, in particular http://jakevdp.github.io/blog/2017/12/18/simulating-chutes-and-ladders/\n",
35+
" \n",
36+
" . [Peter Norvig Studies](https://github.com/norvig/pytudes/tree/master/ipynb) from Peter Norvig, in particular http://norvig.com/sudoku.html"
37+
]
38+
},
2939
{
3040
"cell_type": "markdown",
3141
"metadata": {},
@@ -36,7 +46,7 @@
3646
" \n",
3747
" . [Galery of Interesting Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks)\n",
3848
" \n",
39-
" . Videos of Conferences and Trainings: [Python Various Conferences](https://pyvideo.org/), [Pydata Conferences](https://www.youtube.com/user/PyDataTV) , [Scipy Conferences](https://www.youtube.com/user/EnthoughtMedia)\n",
49+
" . Videos of Conferences and Trainings: [Europython](https://www.youtube.com/user/PythonItalia/playlists?shelf_id=4&view=50&sort=dd), [Pydata](https://www.youtube.com/user/PyDataTV) , [Scipy](https://www.youtube.com/user/EnthoughtMedia), [EuroScipy](https://www.youtube.com/channel/UCruMegFU9dg2doEGOUaAWTg), [Pycon 2018](https://www.youtube.com/channel/UCsX05-2sVSH7Nx3zuk3NYuQ/featured) , [Pycon 2017](https://www.youtube.com/channel/UCrJhliKNQ8g0qoE_zvL8eVg), [Pycon 2016](https://www.youtube.com/channel/UCwTD5zJbsQGJN75MwbykYNw)\n",
4050
" "
4151
]
4252
},
@@ -69,8 +79,11 @@
6979
" \n",
7080
" . Altair: [Introduction]](https://altair-viz.github.io/)\n",
7181
" \n",
72-
" . mpld3 : [Gallery](https://mpld3.github.io/examples/index.html#example-gallery) \n",
82+
" . plotnine : [Gallery](https://plotnine.readthedocs.io/en/stable/gallery.html) , [Tutotials](https://github.com/has2k1/plotnine/blob/master/doc/external-resources.rst)\n",
83+
" \n",
84+
" . hvplot : [Gallery](https://hvplot.pyviz.org/)\n",
7385
"\n",
86+
" . PyQtGraph : [Gallery](http://www.pyqtgraph.org/)\n",
7487
" "
7588
]
7689
},
@@ -125,9 +138,7 @@
125138
},
126139
{
127140
"cell_type": "markdown",
128-
"metadata": {
129-
"collapsed": false
130-
},
141+
"metadata": {},
131142
"source": [
132143
"\n",
133144
"## Winpython\n",
@@ -140,9 +151,7 @@
140151
{
141152
"cell_type": "code",
142153
"execution_count": null,
143-
"metadata": {
144-
"collapsed": true
145-
},
154+
"metadata": {},
146155
"outputs": [],
147156
"source": []
148157
}
@@ -163,9 +172,9 @@
163172
"name": "python",
164173
"nbconvert_exporter": "python",
165174
"pygments_lexer": "ipython3",
166-
"version": "3.6.0"
175+
"version": "3.7.0"
167176
}
168177
},
169178
"nbformat": 4,
170-
"nbformat_minor": 0
179+
"nbformat_minor": 1
171180
}

0 commit comments

Comments
 (0)