Skip to content

Instantly share code, notes, and snippets.

View jasinjames's full-sized avatar

James O'Brien jasinjames

View GitHub Profile
@jasinjames
jasinjames / physconsts.py
Created March 7, 2020 15:11
Include this file in your python interpreter (or scripts) so you can calculate physics problems without looking up the constants.
#
# physconsts.py
# Scientific and Physical Constants
#
# This file can be included so that the constants can be used without always
# looking them up. This is mostly intended to be used in an interactive command
# line environment so that you can easily use the python interpreter as a calculator
# for physics problems. All are in SI.
#
# Author: James O'Brien 2019