this post was submitted on 18 Nov 2024
28 points (85.0% liked)

Python

6684 readers
2 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] superfes@lemmy.world 20 points 3 months ago (2 children)
[–] SatyrSack@feddit.org 15 points 3 months ago

It seems "vanilla" Python is slow, but a JIT implementation like PyPy can speed things up significantly. The major downside seems to be that PyPy does not support Python code that relies on some CPython libraries.

But it's fast enough for us.