{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Learning the ropes of *Python*"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Welcome in this four-part notebook which aims to prepare you to use *Python* during your master dissertation. As these notebooks start from scratch, some of these topics may seem too simple. Of course, feel free to skip those topics that are too easy, and concentrate on the harder ones (or the challenges at the end of each notebook).\n",
"\n",
"The *Python* notebooks are divided in four parts:\n",
"1. The Basics: Syntax, Strings, and Conditionals\n",
"2. Functions and Classes\n",
"3. Lists, Loops, Dictionaries, and File I/O\n",
"4. NumPy and Matplotlib\n",
"\n",
"In every notebook, we have not only provided an introduction to each subject, but also some small tests and larger challenges for you to tackle. This is the ideal way to verify whether you completely understand the topics at hand. \n",
"\n",
"Note that we cannot be exhaustive. However, these notebooks aim to get you started with *Python* with minimum effort. Further details can be found on the [*Python* homepage](http://docs.python.org/3/), the [*NumPy* homepage](http://www.numpy.org/), and the [*Matplotlib* homepage](http://matplotlib.org/)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Part 4: *NumPy* and *Matplotlib*"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"*Numbers have an important story to tell. They rely on you to give them a clear and convincing voice.*
\n",
"