Notebook on nbviewer (original) (raw)

  1. WhirlwindTourOfPython
  2. 16-Further-Resources.ipynb Notebook

*This notebook contains an excerpt from the [Whirlwind Tour of Python](http://www.oreilly.com/programming/free/a-whirlwind-tour-of-python.csp) by Jake VanderPlas; the content is available [on GitHub](https://github.com/jakevdp/WhirlwindTourOfPython).\*

The text and code are released under the CC0 license; see also the companion project, the Python Data Science Handbook.

Resources for Further Learning

This concludes our whirlwind tour of the Python language. My hope is that if you read this far, you have an idea of the essential syntax, semantics, operations, and functionality offered by the Python language, as well as some idea of the range of tools and code constructs that you can explore further.

I have tried to cover the pieces and patterns in the Python language that will be most useful to a data scientist using Python, but this has by no means been a complete introduction. If you'd like to go deeper in understanding the Python language itself and how to use it effectively, here are a handful of resources I'd recommend:

To dig more into Python tools for data science and scientific computing, I recommend the following books:

Finally, for an even broader look at what's out there, I recommend the following: