Description
Lets Ruby code call Python functions and interoperate with Python libraries. It is useful when a Ruby application needs access to Python ecosystems such as data science, automation, or specialized libraries.
Cross-language calls combine two runtimes and dependency sets. Control Python environments, validate data crossing the boundary, and avoid executing untrusted Python code.