this post was submitted on 18 Nov 2024
33 points (88.4% liked)

Python

6392 readers
18 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] superfes@lemmy.world 18 points 3 days ago (2 children)
[–] SatyrSack@feddit.org 14 points 3 days 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.