These are the notebooks accompanying the best way to learn Python tutorial series on YouTube.
This tutorial series is different, for two reasons: First, we use the IPython Notebook, which is probably the ideal way to experiment with and learn Python. Second, it makes use of Anaconda by Continuum IO, meaning installation on all platforms is easy, you have a Python environment completely separate from your system Python, and you have access to bunches of scientific, mathematical and graphing libraries.
- Parts 1 and 2: Defining and invoking a function
- Part 3: Variables, control flow, and plotting a parabola
- Part 4: The Zen of Python, slicing, list comprehension, string interpolation, JSON weather API