oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.2k stars 104 forks source link

is it possible to use graalpython like graaljs? #270

Closed tellmewhattodo closed 2 years ago

tellmewhattodo commented 2 years ago

I'am interested in using python via polyglot API, but there's no document about that, is it not supported? when will there be polyglot Context support

msimacek commented 2 years ago

Hi @tellmewhattodo. It's documented here. The examples in the manual show JS by default, but can be switched to python. The grey header above each example has different tabs for different languages.