"# A Brief Introduction to the Python Data Science Ecosystem\n",
"### Presented by: L. Markowsky (UMaine ECE Department and CCI)\n",
"---\n",
"### Presented by: L. Markowsky (linda.markowsky@maine.edu)\n",
"---"
]
},
{
"cell_type":"markdown",
"metadata":{},
"source":[
"### References:\n",
"- McKinney, Wes. _Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython, Second Edition_, O'Reilly Media, September 2018. https://wesmckinney.com/pages/book.html (author's page) and https://github.com/wesm/pydata-book (datasets and Jupyter notebooks)\n",
"- Python Software Foundation. _Python 3.7.3 Documentation_, 2001-2019. https://docs.python.org/3/ (start with the official Python Tutorial)\n",
...
...
@@ -64,6 +70,8 @@
" - encourages execut-explore workflow instead of edit-compile-run workflow\n",
" - gallery of notebooks: https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks\n",
" - notebook presentation of a paper: https://nbviewer.jupyter.org/github/cossatot/lanf_earthquake_likelihood/blob/master/notebooks/lanf_manuscript_notebook.ipynb\n",
" - launching the Jupyter notebook: https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/execute.html\n",
" - plotting the coherence of two signals: https://matplotlib.org/gallery/lines_bars_and_markers/cohere.html#sphx-glr-gallery-lines-bars-and-markers-cohere-py\n",
" - Seaborn - high-level interface for statistical visualizations; built on matplotlib\n",