/python-inline

node inline Python -- based on Python-shell

Primary LanguageJavaScriptMIT LicenseMIT

python-inline (🚹experimental)

NPM package to run inline python code inside a JS script (using python-shell

npm install --save python-inline

example

import {compile} from "python-inline"

compile ` 
x = "hello"
print(x)
`

milestones