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 ...
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 ...
It's not a math class, but students should ... you might find that coding solutions with python initiate more student discussions about physics and not so much about programming.
The standard mathematical operators that you are familiar with work the same way in Python as in most other languages. Addition, subtraction, multiplication, division, and modulus are all part of the ...
Python supports unary operators for no change and negation, + and -, respectively; and binary arithmetic operators +, -, *, /, //, %, and **, for addition ...
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 ...
Sage is an example of how good Python can be. “Sage is a free open-source mathematics software system …”; here, “mathematics software” means that Sage can do not just arithmetic (a ...