found drama

get oblique

Tag Archives: Python

Linkdump for January 15th

by Rob Friesel

Filling in Python’s gaps in statistics packages with Rmagic Randal S. Olson on Rmagic, a tool that allows you to execute R code more/less from within your Python scripts: Rmagic lets me pass my data to R, run the R function on the data, then seamlessly return the data back to Python before I start […]

review: Python for Data Analysis

by Rob Friesel

Wes McKinney’s Python for Data Analysis (O’Reilly, 2012) is a tour pandas and NumPy (mostly pandas) for folks looking to crunch “big-ish” data with Python. The target audience is not Pythonistas, but rather scientists, educators, statisticians, financial analysts, and the rest of the “non-programmer” cohort that is finding more and more these days that it […]

Linkdump for December 30th

by Rob Friesel

Minimus "The OS X JavaScript and CSS Minifier" – a GUI wrapper for YUI Compressor. Convenient! (tagged: YUI Compressor performance minimus javascript css ) A Christopher Hitchens Bookshelf Compiled by @fogus (tagged: Christopher Hitchens reading via:fogus todo ) The Switch: Python to Node.js Paul Querna: After picking Node.js, other choices […] were side effects… Interesting […]

Linkdump for September 19th

by Rob Friesel

SPDY: An experimental protocol for a faster web at The Chromium Projects — Maybe I'm a little late in looking into this but… better late than never? Got about halfway through it; looks interesting and promising and I need to finish reading. (tagged: webdev tools google performance SPDY todo ) Optimising your Application with Grails […]