forked from lubojr/naucse.python.cz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
translating parts of the first lesson
- Loading branch information
Showing
6 changed files
with
224 additions
and
547 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) ماكنتوش |
Oops, something went wrong.