
TIL uv doesn't byte compile installed packages (can opt-in), while pip does does byte compile by default (can opt-out). #PyconUS
TIL: uv can run a command with a "one off" dependency without installing it into your current venv. `uv run --with pdpp example.py` #PyconUS
#PyConUS I'm heading out to Pittsburgh on Friday, but not arriving to PIT until about 6:30pm. Are there any events happening later Friday evening?
Sadly due to my late arrival at #PyconUS I'll have to miss the typing summit. The announcements of Ty and Pyrefly are the biggest news of the conference so far. Excited to see how well these work as LSP servers going forward.
Happy end of #PyconUS day 1 everyone - looking forward to a good day 2 tomorrow.
TIL at #PyconUS : uv sync will install the current project / directory as an editable package. Perfect for the sprints! zanieb recommends uv sync as the preferred interface over the "imperative" uv pip workflow.
OH: "Most of you don't live on a tropical island. That's a little bit sad." (said by someone living on Curacao) #PyconUS
History of virtualenv / package Python tools at zanieb's talk at #PyconUS