codeinabox@programming.dev to Python@programming.devEnglish · 1 month agouv is the best thing to happen to the Python ecosystem in a decadeemily.spaceexternal-linkmessage-square19linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkuv is the best thing to happen to the Python ecosystem in a decadeemily.spacecodeinabox@programming.dev to Python@programming.devEnglish · 1 month agomessage-square19linkfedilink
minus-squarewitty_username@feddit.nllinkfedilinkarrow-up0·1 month agoThis page said it’s written in Rust. Is this the same UV?
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up0·1 month agoLiterally it’s best feature, because then you can download a binary and guarantee that with that binary, you have a working python virtualenv on every platform UV supports.
minus-squarechrash0@lemmy.worldlinkfedilinkarrow-up0·1 month agospoiler alert: Python isn’t written in Python
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up0·edit-21 month agospoiler alert: Python isn’t written in fortran, cobol, pascal, assembly, VBA, Java, javascript, or Rust (ignoring clunky pypy). uv is written in Rust. spoiler alert: Don’t have to be a C coder to use Python
And it isn’t even written in Python!
This page said it’s written in Rust. Is this the same UV?
yes
Literally it’s best feature, because then you can download a binary and guarantee that with that binary, you have a working python virtualenv on every platform UV supports.
spoiler alert: Python isn’t written in Python
spoiler alert: Python isn’t written in fortran, cobol, pascal, assembly, VBA, Java, javascript, or Rust (ignoring clunky pypy). uv is written in Rust.
spoiler alert: Don’t have to be a C coder to use Python
It’s
turtlesGCC all the way down.