The document summarizes Wes McKinney's talk on statistical computing using Python. The talk introduces the scientific Python stack, including pandas for data structures and data analysis, and statsmodels for statistical modeling. It discusses the "research-production gap" in current statistical tools and how Python aims to bridge that gap. McKinney asserts that Python is the best solution for both research and production use of statistics and data analysis. He then demonstrates pandas and statsmodels functionality.
Related topics: