Skip to main content
Module

x/python/src/python.ts>python

🐍 Python interpreter bindings for Deno and Bun.
Latest
variable python
import { python } from "https://deno.land/x/python@0.4.3/src/python.ts";

Python interface.

Most of the time, you will use import on this object, and also make use of some common built-ins attached to this object, such as str, int, tuple, etc.