This document discusses using Python and R for quantitative finance. It describes leveraging these open-source technologies to limit development of low-level code and take advantage of existing libraries. Python is proposed as the main server-side language to interface with R for statistics and other technologies. Examples show sharing memory between Python and R, implementing a simple moving average calculation server, and using R packages for financial analysis.