"Data Science with Python Handbook" - A Handbook to Learn Essential Tools for Working with Data
- Chapter 1: Introduction to Data Science with Python (Coming Soon)
- Chapter 2: Introduction to Python Programming
- Chapter 3: Numpy - Multidimensional Data Arrays
- Chapter 4: Scipy - Library of Scientific Algorithms (Coming Soon)
- Chapter 5: Matplotlib - 2D and 3D Plotting
- Chapter 6: Sympy - Symbolic Algebra (Coming Soon)
- Chapter 7: Version Control Software
#How to Run Notebooks To open notebooks with Jupyter, download this repository to your computer and run following command in that directory:
$ jupyter notebook
Now you can navigate through the list of available notebooks.
Polished PDF version of this handbook will be available here soon: Data Science with Python Handbook (Coming Soon)