Extended Kalman Filter created in python based on the example from Christopher S. Bretherton of the University of Washington.
An explanation of the filter for his class can be found here. A (cleaner) MATLAB implementation of the code can be found here.
My exercise of cloning the code into Python has been done for learning purposes and is incomplete.