This document demonstrates how to use Rpy2 packages in Python to run R functions and packages. It shows how to install and load Rpy2 and related packages like IPython. Then it provides examples of using Rpy2 to create basic plots using R's graphics package and more advanced plots using GGPLOT2. The examples include creating a bar plot and scatter plot using built-in R datasets.