Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 762 Bytes

كتاب البايثونية

اضغط على رابط كتاب البايثونية للتصفح.

⚠️: لا تزال النسخة تحت الإنشاء.

Development (التطوير)

Install dependencies

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