This document provides a tutorial on using programming capabilities in Mathcad Prime. It discusses two ways programming can be used: 1) to formalize mathematical relationships through functions, using examples of circumference and area of a circle, and 2) to model mathematical processes through iteration, using an example of calculating the average of a list of numbers. Instructions are given to write programs for calculating circumference, area, and average. The programming tools introduced are local assignment operators and program structures.