This document summarizes Ryan R. Rosario's presentation on accessing R from Python using RPy2 to the Los Angeles R Users' Group. The presentation introduces RPy2 as an interface to call R functions and create R data types from Python. It provides examples of using RPy2 to extract user data from a forum website, create R data frames and matrices, plot histograms and linear models in R, and call custom R functions from Python. The document also discusses some advantages and alternatives to using RPy2.