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 ...
In 2025, the integration of AI and Python will become increasingly tight. OpenAI's free inference model, o3 - mini, has excelled in areas such as mathematical code generation and physical simulation.
It doesn't matter if you use Python or a differential equation to determine the motion of a mass on a spring—it's still a model, and these two methods really aren't that different.
In this video from PYCON 2016 in Portland, Pramod Gupta from the University of Washington presents: Computational Physics with Python – Planetary Orbits from Newton to Feynman. “Newton’s explanation ...
This module gives a brief overview of basics of nuclear physics, neutron slowing down, neutron transport, neutron diffusion, reactor kinetics and fuel depletion using python as a tool for the analysis ...
1. Basic Concepts 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 ...