Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jakevdp
GitHub Repository: jakevdp/PythonDataScienceHandbook
Path: blob/master/notebooks/01.08-More-IPython-Resources.ipynb
657 views
Kernel: Python 3

More IPython Resources

In this set of chapters, we've just scratched the surface of using IPython to enable data science tasks. Much more information is available both in print and on the web, and here I'll list some other resources that you may find helpful.

Web Resources

  • The IPython website: The IPython website provides links to documentation, examples, tutorials, and a variety of other resources.

  • The nbviewer website: This site shows static renderings of any Jupyter notebook available on the internet. The front page features some example notebooks that you can browse to see what other folks are using IPython for!

  • A curated collection of Jupyter notebooks: This ever-growing list of notebooks, powered by nbviewer, shows the depth and breadth of numerical analysis you can do with IPython. It includes everything from short examples and tutorials to full-blown courses and books composed in the notebook format!

  • Video tutorials: Searching the internet, you will find many video tutorials on IPython. I'd especially recommend seeking tutorials from the PyCon, SciPy, and PyData conferences by Fernando Perez and Brian Granger, two of the primary creators and maintainers of IPython and Jupyter.

Books

Finally, a reminder that you can find help on your own: IPython's ?-based help functionality (discussed in Help and Documentation in IPython) can be useful if you use it well and use it often. As you go through the examples here and elsewhere, this can be used to familiarize yourself with all the tools that IPython has to offer.