اضغط على رابط كتاب البايثونية للتصفح.
Do your self a favor and install uv
which is ⚡️ 10-100x faster than pip
.
Then run:
uv sync
This will install the dependencies in the pyproject.toml
file. Vwalah!
Everything is installed in .venv/
.
Finally, point VS Code Language Server (bottom-right) and Notebook Kernel (top-right) to the Python Interpreter in .venv/
.
Make sure you activate it:
source .venv/bin/activate
Preview the book:
quarto preview book