Tutorial: Practical Python – 3. Functions – Part 1

In this tutorial you will learn about how functions can be used to perform calculations.  The main focus is on understanding how functions work and how to use existing functions.

Goal: create a plot of a mathematical function such as y = sin(x)*sin(x/2)

Download the Jupyter notebook for this tutorial here: Tutorial3_Functions_Part1.pynb

Leave a Comment