Skip to content

كتاب للمبتدئين في البرمجة بلغة بايثون بطريقة عملية ومتدرجة باللغة العربية

License

Notifications You must be signed in to change notification settings

HassanAlgoz/python

Repository files navigation

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

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

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

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

About

كتاب للمبتدئين في البرمجة بلغة بايثون بطريقة عملية ومتدرجة باللغة العربية

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published