×
×

تحميل و مشاهدة Python اساسيات

مجانا
مستوى الكورس اساسيات
87 محاضرة

معلومات عن الكورس

تحميل Python اساسيات ، دروس Python اساسيات ، تحميل برابط مباشر و مشاهدة Python اساسيات ، Python اساسيات تعليم الاطفال ، البداية لتعلم Python اساسيات



كورس معتمد بناء Python مقارنةً بلغات البرمجة الأخرى · تم تصميم Python لسهولة القراءة ، ولديها بعض أوجه التشابه مع اللغة الإنجليزية مع التأثير Hassouna Academy Python Basics...
شاهد الكورس و ابدء التعلم مجانا


ماذا سوف تتعلم داخل الكورس ؟

Learn Python in Arabic 1 ما بايثون وما التطبيقات التي تمت بها وهل هي قوية وهل ناسا تستخدمها
Learn Python in Arabic 2 شرح بايثون بالعربي التحميل و التثبيت Download And Install
Learn Python in Arabic 3 شرح بايثون بالعربي البيانات الاساسية والطباعة Basic Data And print
Learn Python in Arabic 4 4 شرح بايثون بالعربي Python in Arabic حفظ و فتح ملف Save And Open File
Learn Python in Arabic 5 5 شرح بايثون بالعربي Python in Arabic دمج النصوص Concate String
Learn Python in Arabic 6 شرح بايثون بالعربي Python in Arabicالعمليات الحسابية Arithmetic Operators
Learn Python in Arabic 7 7 شرح بايثون بالعربي Python in Arabic المتغيرات Variables
Learn Python in Arabic 8 شرح بايثون متغيرات وتعريف اكثر من متغير Variables Multiple Assignment
Learn Python in Arabic 9 9 شرح بايثون بالعربي انواع البيانات و اظهار النوع DataTypes And Show it
Learn Python in Arabic 10 شرح بايثون بالعربي استلام بيانات من المستخدم INPUT OR READ DATA
Learn Python in Arabic 11 شرح بايثون بالعربي Python in Arabic تحويل الانواع CONVERT BETWEEN TYPES
Learn Python in Arabic 12 12 الاستيراد و الارقام العشوائية import and random randint
Learn Python in Arabic 13 شرح بايثون بالعربي Python in Arabic عوامل التخصيص Assignment Operators
Learn Python in Arabic 14 شرح بايثون بالعربي Python in Arabic العوامل المنطقية Logical Operators
Learn Python in Arabic 15 شرح بايثون بالعربي Python in Arabic عوامل المقارنة Comparison Operators
Learn Python in Arabic 16 16 شرح بايثون بالعربي Python in Arabic متغير قاموس Dictionary Python
Learn Python in Arabic 17 17 شرح بايثون بالعربي Python in Arabic متغير صف tuple Python
Learn Python in Arabic 18 18 شرح بايثون بالعربي Python in Arabic متغير قائمة list Python
Learn Python in Arabic 19 متغير قائمة الاضافة و الحذف list append extend add del Python
Learn Python in Arabic 20 بايثون بالعربي Python in Arabic القوائم المتداخلة Nested list Python
Learn Python in Arabic 21 العدد او الطول len length count list tuple str Python
Learn Python in Arabic 22 بايثون بالعربي Python in Arabic النظم العددية hex oct bin int Python
Learn Python in Arabic 23 بايثون Python in Arabic الجملة الشرطية if statement and else Python
Learn Python in Arabic 24 الجملة الشرطية else if statement and else Python
Learn Python in Arabic 25 25 شرح بايثون بالعربي Python in Arabic المدي range Python
Learn Python in Arabic 26 بايثون ب Python in Arabic التكرار مع جملة فور for loop statement Python
Learn Python in Arabic 27 تكرار القوائم و الصفوف و القاموس for loop list tuple dictiona
Learn Python in Arabic 28 Python in Arabic التكرار بجملة وايل while loop else Python
Learn Python in Arabic 29 تكرار القوائم و الصفوف و القاموس while loop list tuple dictio
Learn Python in Arabic 30 هل تريد استخدام البرنامج مرة اخري Do you want to use again Py
Learn Python in Arabic 31 تكرار احترافي للمتغير القاموس special loop on dictionary Pyth
Learn Python in Arabic 32 شرح بايثون بالعربي Python in Arabic تكرار لا نهائي infinity loop Python
Learn Python in Arabic 33 الخروج من التكرار break infinity loop Python
Learn Python in Arabic 34 الاستمرار في التكرار continue in loop Python
Learn Python in Arabic 35 السلاسل النصية string literals escape sequence Python
Learn Python in Arabic 36 نص اكثر من سطر و تكرار النص string multiline repeat Python
Learn Python in Arabic 37 السلاسل النصية string literals escape sequence Python
Learn Python in Arabic 38 38 شرح بايثون بالعربي Python in Arabic تقطيع النص substring Python
Learn Python in Arabic 39 39 شرح بايثون بالعربي Python in Arabic تهيئة النص string format Python
Learn Python in Arabic 40 Python in Arabic تفصيل تهيئة النص detail string format Python
Learn Python in Arabic 41 تحقق من حروف كبيرة و صغيرة upper lower isupper islower Python
Learn Python in Arabic 42 شرح بايثون بالعربي Python in Arabic البحث عن النص find string Python
Learn Python in Arabic 43 التحقق من النص check from string Python
Learn Python in Arabic 44 شرح بايثون بالعربي Python in Arabic استبدال النص replace string Python
Learn Python in Arabic 45 شرح بايثون بالعربي Python in Arabic تقسيم النص split string Python
Learn Python in Arabic 46 46 شرح بايثون بالعربي Python in Arabic ضم النص join string Python
Learn Python in Arabic 47 47 شرح بايثون بالعربي Python in Arabic تجهيز الملف file w r open Python
Learn Python in Arabic 48 الكتابة علي الملف write writelines file w open Python
Learn Python in Arabic 49 القراءة من الملف read readlines file r open Python
Learn Python in Arabic 50 كتابة علي ملف موجود append file a open Python
Learn Python in Arabic 51 كتابة او قراءة ملف ثنائي read write binary file rb wb open Py
Learn Python in Arabic 52 انماط تعامل الملفات modes file open r w a all with b Python
Learn Python in Arabic 53 شرح بايثون بالعربي Python in Arabic جملة with مع as with as Python
Learn Python in Arabic 54 انشاء المجلدات create directory or folder Python
Learn Python in Arabic 55 التحقق من وجود ملفات و مجلدات if exists file folder Python
Learn Python in Arabic 56 حذف الملفات و المجلدات delete files folders Python
Learn Python in Arabic 57 عرض ملفات و مجلدات show files folders isfile Python
Learn Python in Arabic 58 تشغيل اوامر و ملفات system run files folders doc Python
Learn Python in Arabic 59 قائمة من تكرار create new list from for doc Python
Learn Python in Arabic 60 قائمة ملفات من تكرار all files list from for Python
Learn Python in Arabic 61 نسخ الملفات copy files and paste copy2 Python
Learn Python in Arabic 62 نقل واعادة تسمية الملفات cut files paste rename move Python
Learn Python in Arabic 63 نسخ المجلدات copy folders paste copytree Python
Learn Python in Arabic 64 معامل التعبير الشرطي الثلاثي Conditional Operator Python
Learn Python in Arabic 65 طباعة التاريخ و الوقت print Date And Time Python
Learn Python in Arabic 66 تخصيص التاريخ و الوقت custom Date And Time Python
Learn Python in Arabic 67 تهيئة التاريخ و الوقت format Date And Time Python
Learn Python in Arabic 68 التعبييرات القياسية Regular Expression Regex Python
Learn Python in Arabic 69 الرياضيات Math ceil floor round sum avg pow Python
Learn Python in Arabic 70 معالجة الأخطاء و الاستثناءات Errors Exceptions Python
Learn Python in Arabic 71 شرح بايثون بالعربي Python in Arabic الاضافة مع set add with set Python
Learn Python in Arabic 72 شرح بايثون بالعربي Python in Arabic التحقق مع set check with set Python
Learn Python in Arabic 73 الحذف مع set remove delete discard with set Python
Learn Python in Arabic 74 الاتحاد و المشترك مع set union and intersection with set Pyth
Learn Python in Arabic 75 قراءة ملفات csv comma separated value csv Python
Learn Python in Arabic 76 انشاء الدالة Create Function Python
Learn Python in Arabic 77 انشاء دالة بوسائط Create Function With Parameters Python
Learn Python in Arabic 78 انشاء دالة بوسائط لا نهائية Create Function many Parameters P
Learn Python in Arabic 79 انشاء دالة ترجع قيم Create Function has return Python
Learn Python in Arabic 80 استيراد ملف خاص بك import my custom file Python
Learn Python in Arabic 81 شرح بايثون بالعربي Python in Arabic التعرف علي الموديول Module Python
Learn Python in Arabic 82 تنفيذ اكواد من ملف خارجي Execute Code File Python
Learn Python in Arabic 83 تنفيذ دوال من ملف خارجي Execute function Code File Python
Learn Python in Arabic 84 الدالة المرجعية Recursive Function Python
Learn Python in Arabic 85 بلوك فارغ pass for empty block Python
Learn Python in Arabic 86 المساعدة و التوثيق help and documentation block Python
Learn Python in Arabic 87 شرح بايثون بالعربي Python in Arabic استكشاف الكل dir Python

×

يجب ان يكون لديك حساب داخل المنصة
حتى تستطيع المشاركة و التفاعل مع التعليقات

سجل الآن مجانا