Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Go to file
2015-01-24 13:32:17 -05:00
core Reset datetime IPython Notebook prompt numbers 2015-01-24 13:29:58 -05:00
matplotlib Added matplotlib snippet skeleton package 2015-01-23 19:14:05 -05:00
numpy Added numpy snippet skeleton package 2015-01-23 19:14:27 -05:00
pandas Added pandas snippet skeleton package 2015-01-23 19:14:38 -05:00
scipy Added scipy snippet skeleton package 2015-01-23 19:14:49 -05:00
__init__.py Added __init__.py files 2015-01-23 16:08:32 -05:00
.gitignore Exclude IPython notebook checkpoints from source control 2015-01-24 13:16:44 -05:00
LICENSE Added LICENSE 2015-01-23 16:07:56 -05:00
README.md Updated README descriptions with new focus on IPython Notebooks. Added first IPython Notebook link. 2015-01-24 13:32:17 -05:00

pydatanotebooks

Python data analysis IPython Notebooks (core Python, NumPy, pandas, matplotlib, SciPy).

core

IPython Notebooks demonstrating core Python functionality geared towards data analysis.

dattime

numpy

IPython Notebooks demonstrating NumPy functionality geared towards data analysis. Coming soon.

pandas

IPython Notebooks demonstrating pandas functionality geared towards data analysis. Coming soon.

matplotlib

IPython Notebooks demonstrating matplotlib functionality geared towards data analysis. Coming soon.

scipy

IPython Notebooks demonstrating SciPy functionality geared towards data analysis. Coming soon.

##License

Copyright 2014 Donne Martin

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.