Skip to content

Commit ac28f23

Browse files
author
stonebig
committed
pandas chapter
1 parent eb837d6 commit ac28f23

File tree

2 files changed

+112
-96
lines changed

2 files changed

+112
-96
lines changed

docs/Beginner's FAQ.ipynb

Lines changed: 112 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,112 @@
1-
{
2-
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"metadata": {},
6-
"source": [
7-
"# Experimenting your Winpython installation\n",
8-
" . [Winpython_checker test](Winpython_checker.ipynb)"
9-
]
10-
},
11-
{
12-
"cell_type": "markdown",
13-
"metadata": {},
14-
"source": [
15-
"# Tutorials and Demonstrations on Internet\n",
16-
"\n",
17-
"## Ipython Notebook Documentation\n",
18-
" \n",
19-
" . [Ipython notebook-based online documentation] http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb\n",
20-
" \n",
21-
" . [Galery of Interesting Notebooks] https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks\n",
22-
" \n",
23-
"\n",
24-
"## Qt User Interface Development :\n",
25-
"\n",
26-
" . QT4.8 Official Documentation http://qt-project.org/doc/qt-4.8/tutorials.html\n",
27-
" \n",
28-
" . formlayout : doing your QT formular https://code.google.com/p/formlayout\n",
29-
" \n",
30-
" . guidata : https://pythonhosted.org/guidata/examples.html\n",
31-
" \n",
32-
"## Graphics :\n",
33-
"\n",
34-
" . Matplotlib : [Beginner's guide](http://matplotlib.org/users/beginner.html) , [Gallery](http://matplotlib.org/gallery.html) , [General Content](http://matplotlib.org/contents.html) \n",
35-
" \n",
36-
" . seaborn : [Tutorial](http://stanford.edu/~mwaskom/software/seaborn/tutorial.html) , [Gallery](http://stanford.edu/~mwaskom/software/seaborn/examples/index.html)\n",
37-
" \n",
38-
" . scikit-image : [Gallery](http://scikit-image.org/docs/dev/auto_examples/), [User Guide](http://scikit-image.org/docs/dev/user_guide.html)\n",
39-
" \n",
40-
" . ggplot : [How it works](http://ggplot.yhathq.com/how-it-works.html) , [Documentation](http://ggplot.yhathq.com/docs/index.html)\n",
41-
" \n",
42-
" . mpld3 : [Gallery](http://mpld3.github.io/examples/index.html#example-gallery) \n",
43-
"\n",
44-
" \n",
45-
"## SQL\n",
46-
" . IPython-SQL : [Tutorial](http://nbviewer.ipython.org/gist/catherinedevlin/6588378)\n",
47-
" \n",
48-
" . db.py : [Tutorial](http://nbviewer.ipython.org/github/yhat/db.py/blob/master/examples/db-example.ipynb)\n",
49-
" \n",
50-
" . baresql : [Tutorial](https://pypi.python.org/pypi/baresql)\n",
51-
"\n",
52-
"## Machine learning / Deep Learning\n",
53-
" . scikit-learn : [Tutorial](http://scikit-learn.org/stable/tutorial/index.html) , [Gallery](http://scikit-learn.org/stable/auto_examples/index.html)\n",
54-
" \n",
55-
" . Theano: [Tutorial](http://deeplearning.net/software/theano/tutorial/), [Related Projects](https://github.com/Theano/Theano/wiki/Related-projects)\n",
56-
"\n",
57-
" \n",
58-
"## Winpython\n",
59-
"\n",
60-
". [Winpython Discussion Group](https://groups.google.com/forum/#!forum/winpython)\n",
61-
" \n",
62-
". [Other Winpython examples](http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/tree/master/)\n"
63-
]
64-
},
65-
{
66-
"cell_type": "code",
67-
"execution_count": null,
68-
"metadata": {
69-
"collapsed": false
70-
},
71-
"outputs": [],
72-
"source": []
73-
}
74-
],
75-
"metadata": {
76-
"kernelspec": {
77-
"display_name": "Python 3",
78-
"language": "python",
79-
"name": "python3"
80-
},
81-
"language_info": {
82-
"codemirror_mode": {
83-
"name": "ipython",
84-
"version": 3
85-
},
86-
"file_extension": ".py",
87-
"mimetype": "text/x-python",
88-
"name": "python",
89-
"nbconvert_exporter": "python",
90-
"pygments_lexer": "ipython3",
91-
"version": "3.4.3"
92-
}
93-
},
94-
"nbformat": 4,
95-
"nbformat_minor": 0
96-
}
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Experimenting your Winpython installation\n",
8+
" . [Winpython_checker test](Winpython_checker.ipynb)"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"# Tutorials and Demonstrations on Internet\n",
16+
"\n",
17+
"## Ipython Notebook Documentation\n",
18+
" \n",
19+
" . [IPython notebook-based online documentation](http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb)\n",
20+
" \n",
21+
" . [Galery of Interesting Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks)\n",
22+
" \n",
23+
" . Videos of Conferences and Trainings: [Python Various Conferences](http://pyvideo.org/), [Pydata Conferences](https://www.youtube.com/user/PyDataTV) , [Scipy Conferences](https://www.youtube.com/user/EnthoughtMedia)\n",
24+
" \n",
25+
"## Pandas\n",
26+
"\n",
27+
". Beginners Training Video: [\"Brandon Rhodes - Pandas From The Ground Up - PyCon 2015 \"](https://www.youtube.com/watch?v=5JnMutdy6Fw)\n",
28+
"\n",
29+
". Pandas [API reference](http://pandas.pydata.org/pandas-docs/stable/api.html)\n",
30+
"\n",
31+
"\n",
32+
"## Graphics :\n",
33+
"\n",
34+
" . Matplotlib : [Beginner's guide](http://matplotlib.org/users/beginner.html) , [Gallery](http://matplotlib.org/gallery.html) , [General Content](http://matplotlib.org/contents.html) \n",
35+
" \n",
36+
" . seaborn : [Tutorial](http://stanford.edu/~mwaskom/software/seaborn/tutorial.html) , [Gallery](http://stanford.edu/~mwaskom/software/seaborn/examples/index.html)\n",
37+
" \n",
38+
" . scikit-image : [Gallery](http://scikit-image.org/docs/dev/auto_examples/), [User Guide](http://scikit-image.org/docs/dev/user_guide.html)\n",
39+
" \n",
40+
" . holoviews : [Introduction](http://ioam.github.io/holoviews) , [Tutorials](http://ioam.github.io/holoviews/Tutorials/index.html)\n",
41+
" \n",
42+
" . mpld3 : [Gallery](http://mpld3.github.io/examples/index.html#example-gallery) \n",
43+
"\n",
44+
" \n",
45+
"## SQL\n",
46+
" . IPython-SQL : [Tutorial](http://nbviewer.ipython.org/gist/catherinedevlin/6588378)\n",
47+
" \n",
48+
" . db.py : [Tutorial](http://nbviewer.ipython.org/github/yhat/db.py/blob/master/examples/db-example.ipynb)\n",
49+
" \n",
50+
" . baresql : [Tutorial](https://pypi.python.org/pypi/baresql)\n",
51+
" \n",
52+
"\n",
53+
"## Machine learning / Deep Learning\n",
54+
" . scikit-learn : [Tutorial](http://scikit-learn.org/stable/tutorial/index.html) , [Gallery](http://scikit-learn.org/stable/auto_examples/index.html)\n",
55+
" \n",
56+
" . Theano: [Tutorial](http://deeplearning.net/software/theano/tutorial/), [Related Projects](https://github.com/Theano/Theano/wiki/Related-projects)\n",
57+
" \n",
58+
" . Keras: [Presentation] (http://keras.io/)\n",
59+
"\n",
60+
"\n",
61+
"## Qt User Interface Development :\n",
62+
"\n",
63+
" . PyQt4 tutorial: http://zetcode.com/gui/pyqt4/firstprograms/\n",
64+
" \n",
65+
" . PyQt5 tutorial: http://zetcode.com/gui/pyqt5/firstprograms/\n",
66+
" \n",
67+
" . guiqwt tutorial: https://pythonhosted.org/guiqwt/examples.html .\n",
68+
" \n",
69+
" . switching from guiqwt 2 to 3: https://github.com/PierreRaybaut/guiqwt/blob/master/doc/migrating_from_v2_to_v3.rst)\n",
70+
" \n",
71+
" . guidata: https://pythonhosted.org/guidata/examples.html\n",
72+
" \n",
73+
" \n",
74+
"## Winpython\n",
75+
"\n",
76+
". [Winpython Discussion Group](https://groups.google.com/forum/#!forum/winpython)\n",
77+
" \n",
78+
". [Other Winpython examples](http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/tree/master/)\n"
79+
]
80+
},
81+
{
82+
"cell_type": "code",
83+
"execution_count": null,
84+
"metadata": {
85+
"collapsed": false
86+
},
87+
"outputs": [],
88+
"source": []
89+
}
90+
],
91+
"metadata": {
92+
"kernelspec": {
93+
"display_name": "Python 3",
94+
"language": "python",
95+
"name": "python3"
96+
},
97+
"language_info": {
98+
"codemirror_mode": {
99+
"name": "ipython",
100+
"version": 3
101+
},
102+
"file_extension": ".py",
103+
"mimetype": "text/x-python",
104+
"name": "python",
105+
"nbconvert_exporter": "python",
106+
"pygments_lexer": "ipython3",
107+
"version": "3.4.4"
108+
}
109+
},
110+
"nbformat": 4,
111+
"nbformat_minor": 0
112+
}
21.6 KB
Loading

0 commit comments

Comments
 (0)