this post was submitted on 12 Aug 2023
38 points (100.0% liked)

Python

6160 readers
3 users here now

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

📅 Events

October 2023

November 2023

PastJuly 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
[–] [email protected] 4 points 1 year ago (1 children)

I’m a noob and I don’t really understand what the impacts will be. Maybe it’ll increase speeds? I think that’s what it was getting at

[–] [email protected] 6 points 1 year ago (1 children)

The installed packages themselves won't be faster, but they will install faster, sometimes much faster.

[–] [email protected] 3 points 1 year ago

And the reason is because you don't need to (automatically, given) download the tools to compile the package - wheels are precompiled packages for your system.