bwtl-python-tutorials
bwtl-python-tutorials copied to clipboard
Best way to learn Python tutorials
The best way to learn Python tutorial series notebooks
These are the notebooks accompanying the best way to learn Python tutorial series on YouTube <http://www.youtube.com/playlist?list=PLwNU7Gk6Z5ZkXXsvtJTtBhQNl905Jua-O>_.
This tutorial series is different, for two reasons: First, we use
the IPython Notebook <http://ipython.org/>, which is probably
the ideal way to experiment with and learn Python. Second, it
makes use of Anaconda by Continuum IO <http://www.continuum.io/downloads>, 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.
Viewing the notebooks on nbviewer
Parts 1 and 2: Defining and invoking a function <http://nbviewer.ipython.org/urls/raw.github.com/cpbotha/bwtl-python-tutorials/master/part1and2%2520-%2520install%2520and%2520functions.ipynb>_Part 3: Variables, control flow, and plotting a parabola <http://nbviewer.ipython.org/urls/raw.github.com/cpbotha/bwtl-python-tutorials/master/part3%2520-%2520variables%2520and%2520control%2520flow.ipynb>_Part 4: The Zen of Python, slicing, list comprehension, string interpolation, JSON weather API <http://nbviewer.ipython.org/urls/raw.github.com/cpbotha/bwtl-python-tutorials/master/part4%2520-%2520slicing%2C%2520string%2520interpolation%2C%2520list%2520comprehension%2C%2520JSON%2520weather%2520API.ipynb>_
Connect
@cpbotha <http://twitter.com/cpbotha>_