Jake VanderPlas, Summer 2016
This repository contains the Jupyter Notebooks behind my O'Reilly report, A Whirlwind Tour of Python.
A Whirlwind Tour of Python is a fast-paced introduction to essential components of the Python language for researchers and developers who are already familiar with programming in another language.
The material is particularly aimed at those who wish to use Python for data science and/or scientific programming, and in this capacity serves as an introduction to my upcoming book, The Python Data Science Handbook. These notebooks are adapted from lectures and workshops I've given on these topics at University of Washington and at various conferences, meetings, and workshops around the world.
- Introduction
- How to Run Python Code
- Basic Python Syntax
- Python Semantics: Variables
- Python Semantics: Operators
- Built-In Scalar Types
- Built-In Data Structures
- Control Flow Statements
- Defining Functions
- Errors and Exceptions
- Iterators
- List Comprehensions
- Generators and Generator Expressions
- Modules and Packages
- Strings and Regular Expressions
- Preview of Data Science Tools
- Resources for Further Learning
- Appendix: Code To Reproduce Figures
This material is released under the "No Rights Reserved" CC0 license, and thus you are free to re-use, modify, build-on, and enhance this material for any purpose.
That said, I request that if you use or adapt this material, that you include a proper attribution and/or citation (citation information coming soon).
Read more about CC0 here.