mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
chore: sync content to repo (#10186)
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
This commit is contained in:
co-authored by
nilbuild
parent
c6020b1d0e
commit
bd8e65580c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user