Skip to main content
EuroPython logo

GraalPy - Fast Python Implementation

Track:
Python Internals & Ecosystem
Type:
Talk
Level:
beginner
Room:
South Hall 2B
Start:
11:20 on 11 July 2024
Duration:
30 minutes

Abstract

GraalPy is the fast Python implementation built on GraalVM. We run PyTorch and TensorFlow and ML models from Huggingface.co. We execute the test suites of the top 600 PyPI packages every day and are the most compatible alternative implementation of Python to date. We can JIT pure Python code to the same speed as code rewritten in Cython. We are the most seamless and performant choice for integration with Java in both directions, including Jython compatibility mode.

In this talk, we want to show what’s possible today with GraalPy and why you might choose it for your projects: for its performance, integration with Java and other languages, or sandboxing and distribution features.


Resources