chore: sync content to repo (#10186)

Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-07-28 11:53:25 +02:00
committed by GitHub
co-authored by nilbuild
parent c6020b1d0e
commit bd8e65580c
2 changed files with 3 additions and 1 deletions
@@ -5,4 +5,5 @@ Python's built-in functions are available without any imports and cover common o
Visit the following resources to learn more:
- [@official@Built-in Functions](https://docs.python.org/3/library/functions.html)
- [@video@All 71 built-in Python functions](https://www.youtube.com/watch?v=7Qu_KXc7xSI)
- [@video@All 71 built-in Python functions](https://www.youtube.com/watch?v=7Qu_KXc7xSI)
- [@article@Master Python Filter: Syntax, Examples, and Best Practices](https://roadmap.sh/python/filter)
@@ -1,4 +1,5 @@
# uv
uv is a Python package and project manager written in Rust. It handles dependency installation, virtual environments, Python version management, and project builds in a single tool, replacing the need for separate tools like pip, pip-tools, virtualenv, and pyenv. It resolves and installs packages significantly faster than pip because of its Rust-based resolver and aggressive caching. Developers use it to create isolated environments, lock dependencies for reproducible builds, and run scripts with inline dependency declarations.
Visit the following resources to learn more: