News

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 ...
Python allows free creation of plots, unlike expensive, stagnant graphing calculators. Import NumPy and Matplotlib for basic ...
These pages provide a showcase of how to use Python to do computations from linear algebra. We will demonstrate both the NumPy (SciPy) and SymPy packages. This is meant to be a companion guide to a ...
This is a crash course for Python. We'll quickly go through the basic data types of Python (strings, lists, sets, dictionaries), and cover conditionals and loops (if-else, while loops, for). We'll end ...