If you have experience with R or want a quick way to generate a regression with statsmodels using a pandas DataFrame, you can ...
In order to compliment my linear regression in google docs post (and because I keep forgetting how to do it), here is a quick and dirty guide to linear regression using python and pylab. First some ...
In a recent write-up, [David Delony] explains how he built a Wolfram Mathematica-like engine with Python. Core to the system is SymPy for symbolic math support. [David] said being able to work ...