News

You are a physics teacher preparing for the upcoming semester. You want to provide your students with some functions that will help them calculate some fundamental physical properties.
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.
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 is an interpreted scripting language. This means that Python programs are, in their most basic form, just text files with a list of commands, which are executed by a program called the Python ...
With Poetry, Python finally has a graceful way to manage virtual environments and dependencies for development projects. Here’s how to get started. There should be one—and preferably only one ...
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 ...