News

The goal of the workshop was to introduce teachers to using python in physics. Since this was my first python-physics workshop, I feel I should share the details and some of the things I learned.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
One of the most important topics taught at the start of introductory physics is the idea of vectors ... but I will do it a little differently. I’ll use python to help students hone their ...
Python allows free creation of plots, unlike expensive, stagnant graphing calculators. Import NumPy and Matplotlib for basic ...