Outline: So you have some data, you can do Python. Now how do you go about organizing a data analysis project? What software design approach to use? Which libraries are available in Python? What are the common pitfalls and how to avoid them?
Descriptive analysis Formal analysis Visualization Tidy data - relational databases in the light of statistics http://vita.had.co. nz/papers/tidy-data.pdf
Python :-) How to write tests for data analysis software? Test driven development for data analysis Code profiling and optimization (vbench) Automatically generated documentation
Cook's Distributions in Scipy . pandas Working with tabular data like a boss larry Labeled array that plays nice with NumPy. python-statlib Several statistical libraries in one. statsmodels Statistical modeling: Linear models, GLMs. scikits Machine learning. matplotlib Data visualization Python libraries for data analysis