Skip to content

Commit

Permalink
translating parts of the first lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Aug 22, 2024
1 parent 8d23f5c commit f9332e4
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 547 deletions.
306 changes: 0 additions & 306 deletions lessons/advanced-en/asteroids/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions lessons/advanced-en/asteroids/info.yml

This file was deleted.

Binary file removed lessons/advanced-en/asteroids/static/screenshot.png
Binary file not shown.
17 changes: 8 additions & 9 deletions lessons/beginners-en/install_vienna/index.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Python installation
# Python (installation) تثبيت

We will do two things in this section:
سنقوم بعمل شيئين في هذا القسم:

* We will install Python
* We will give Python a test run.
سنقوم بتثبيت بايثون *
سنقوم بتجربة بايثون *

You might ask why we need all this.
ربما تسأل لماذا نحتاج كل هذا؟

Python is programming language (a way how to tell computers what to do),
and also a program we need so we can talk to our computer in Python language.
بايثون هي لغة برمجة (طريقة لإخبار الحاسوب بما يجب فعله)، وهي أيضًا برنامج نحتاجه للتحدث مع الحاسوب بلغة بايثون.

Choose a page depending on your operating system:
اختر صفحة حسب نظام التشغيل الخاص بك:

* [Linux]({{ subpage_url('linux') }})
* [Windows]({{ subpage_url('windows') }})
* [macOS]({{ subpage_url('macos') }})

إذا كان لديك نظام آخر أو إذا واجهتك أي مشكلة، أرسل لنا إيميل.

If you have another system or if you have any problem send us an e-mail.
11 changes: 6 additions & 5 deletions lessons/beginners-en/install_vienna/info.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
title: Python installation
title: Python (installation) تثبيت
style: md
attribution:
- Edited by Tyna Dolezalova
- Edited by Mussab Abdalla
- Edited by Tyna Dolezalova for [PyLadies Vienna].
- |
Originally written by Petr Viktorin, 2014-2017 for [PyLadies CZ].
[PyLadies CZ]: https://naucse.python.cz/course/pyladies/beginners/install
license: cc-by-sa-40
subpages:
linux:
title: Python installation - Linux
title: Python (installation) تثبيت - (Linux) لينيكس
windows:
title: Python installation - Windows
title: Python (installation) تثبيت - (Windows) ويندوز
macos:
title: Python installation - macOS
title: Python (installation) تثبيت - (macOS) ماكنتوش
Loading

0 comments on commit f9332e4

Please sign in to comment.