pycourse / inumpy

BSD 2-Clause "Simplified" License
1 stars 2 forks source link

inumpy: Introduction to NumPy Using iPython Notebook

Synopsis

This one-day workshop introduces NumPy, the fundamental library for numerical computing in Python, and how to use its building blocks. We will use iPython (or equivalently, Jupyter) notebook, an excellent interactive computing system, as the key interface to the numerical library. Although iPython is a great companion of NumPy, the former is not only useful in the numerical computing.

Prerequisites

Attendees should be familiar with Python and Unix-based terminal operations (command-line user interface). Attendees should bring their own computers. The workshop will prepare a VirtualBox virtual machine image of Ubuntu Linux that is loaded with the necessary software packages and the workshop materials.

Instructors:

(Tentative) Contents

iPython

NumPy Basic Operations

NumPy Computing

NumPy C Extension

Problems (Hands-on)