Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pandas Cookbook | 5,900 | 5 months ago | 32 | Jupyter Notebook | ||||||
Recipes for using Python's pandas library | ||||||||||
Cookbook Code | 976 | 5 years ago | 18 | other | Jupyter Notebook | |||||
[DEPRECATED] See the new edition: | ||||||||||
Cookbook 2nd | 773 | a year ago | 2 | other | Python | |||||
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 | ||||||||||
Cookbook 2nd Code | 532 | 2 years ago | mit | Jupyter Notebook | ||||||
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository] | ||||||||||
Scipy Cookbook | 426 | 13 days ago | 6 | other | Jupyter Notebook | |||||
Scipy Cookbook | ||||||||||
Cookbook Data | 116 | 7 years ago | 1 | |||||||
[DEPRECATED] See the new edition: | ||||||||||
Ipython Notebook Cookbook | 42 | 6 years ago | 3 | apache-2.0 | Ruby | |||||
:book: IPython Notebook Cookbook for Deployment via Chef | ||||||||||
Scipy Cookbook | 16 | 7 years ago | 2 | Python | ||||||
Scipy cookbook converted to Sphinx | ||||||||||
Financial Analysis Using Python | 10 | 3 years ago | Jupyter Notebook | |||||||
Cookbook of iPython Notebook Recipes | ||||||||||
Ipython Interactive Computing And Visualization Cookbook Second Edition | 10 | 2 years ago | mit | Jupyter Notebook | ||||||
IPython Interactive Computing and Visualization Cookbook – Second Edition, published by Packt |
IPython Interactive Computing and Visualization Cookbook, Second Edition (2018), by Cyrille Rossant, contains over 100 hands-on recipes on high-performance numerical computing and data science in the Jupyter Notebook.
This repository contains the sources of the book (in Markdown, CC-BY-NC-ND license).
▶ Get the code as Jupyter notebooks
▶ Get the Google Chrome extension to see LaTeX equations on GitHub
▶ Buy the book
Recipes marked with an asterisk * are only available in the book.
For any comment, question, or error, please open an issue or propose a pull request.
Python is one of the leading open source platforms for data science and numerical computing. IPython and the associated Jupyter Notebook offer efficient interfaces to Python for data analysis and interactive visualization, and they constitute an ideal gateway to the platform.
IPython Interactive Computing and Visualization Cookbook, Second Edition contains many ready-to-use, focused recipes for high-performance scientific computing and data analysis, from the latest IPython/Jupyter features to the most advanced tricks, to help you write better and faster code. You will apply these state-of-the-art methods to various real-world examples, illustrating topics in applied mathematics, scientific modeling, and machine learning.
The first part of the book covers programming techniques: code quality and reproducibility, code optimization, high- performance computing through just-in-time compilation, parallel computing, and graphics card programming. The second part tackles data science, statistics, machine learning, signal and image processing, dynamical systems, and pure and applied mathematics