Skip to main content
Module

x/python/mod.ts>python

🐍 Python interpreter bindings for Deno.
Go to Latest
variable python
import { python } from "https://deno.land/x/python@0.2.7/mod.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.