Installing Python Packages| rstudio.github.io
Arrays in R and Python| rstudio.github.io
Generator functions allow you to declare a function that behaves like an iterator, i.e. it can be used in a for loop. | wiki.python.org
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...| Python documentation