Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/python/src/python.ts>python

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