I wrote the scripts posted here for a Data Structures and Algorithms class. They are Python implementations of the Simplex method for linear optimization as described in Cormen 3rd Edition.
The other scripts are solutions I wrote for some SQL exercises