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

Python

6339 readers
3 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
[โ€“] jnovinger@programming.dev 6 points 1 year ago (1 children)

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

[โ€“] Midnitte@kbin.social 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.