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 ...
Every programming language has rules of syntax—rules which govern what is and is not a valid statement or expression in the language. For example, in Python >>> 2 3 is not syntactically valid. If we ...