Importing a Python Module
Use Python.import_module in Mojo.
Keep Your Favorites
Mojo lets you reach into Python's huge ecosystem, so you keep using the libraries you already love while gaining speed. 🐍
The Python Object
Interop starts with the built-in Python object, your gateway to importing and calling Python from inside Mojo code.
from python import PythonAll lessons in this course
- Importing a Python Module
- Calling Python Functions
- Moving Data Across the Bridge
- When to Use Python Interop