superfly / docs

Apache License 2.0
102 stars 1.06k forks source link

Issue with the "Setting up a Python Environment" doc #1844

Open mattt opened 1 month ago

mattt commented 1 month ago

I found an issue with this document.

Title: Setting up a Python Environment Location: https://fly.io/docs/python/the-basics/initial-setup/ Source: https://github.com/superfly/docs/blob/main/python/the-basics/initial-setup.html.md

Describe the issue

The guide for setting up a Python environment should mention uv as an option for dependency management.

Especially since its 0.3 release, uv has become a fully-fledged packaging tool. So beyond mentioning it as an alternative, I think it's worth considering updating the guide making uv the new default, replacing Poetry.

mattt commented 1 month ago

I opened a PR with these changes here: https://github.com/superfly/docs/pull/1847