محتوى الكورس 1-Python Course-print, string literals, quotes, comments, Variables, assignment 2-Python Course L1-Variables reassignment, expression, Naming var, Rules of Naming, Syntax, Keywords 3-Python Course L1-Concat, Data Types, type function, Covert, Cast, input, int, float 4- Python Course L1-Arithmetic Operators, Students Task 5-PythonCourse L2-solution of assignments, review students solutions, Hours Example, 6-Python-solutions, rectangles,Calculate consumption, flowchart, algorithm, Comparision Operators 7-Python Course L2-Logical Operators, Operands, Assignment Operators, Solve Positive, Negative, Zero 8-Python Course L2-Example of Divide by more than one number, Bitwise Operators, Math Functions 9 Python Course L3 First Second Notation of IF Statement 10 Python Course L3 Third and Fourth Notation of IF statements 11 Python Course L3 Fourth Notation of IF statement Example 12 Python Course L3 Short Hand of IF statement Examples 13 Python Course L4 loop while 14 Python Course L4 loop, for, continue, break, else 15 Python Course L4 loop nested loop 16 Python Course L4 Complete the last example 17 Python Course L5 Review and Solve Assignments for, while statements 18 Python Course L5 Assignments for statement How to create lisr, how to access list, 2d list 19 Python Course L5 List, index and negative index, slicing list, append, extend 20 Python Course L6 Part1 List, Update,Delete,Basic Operations 21 Course Python L6 Part2 List Functions 22 Course Python L6 Part3 List Examples 23 Course Python L6 Part4 List Examples 24 Python Course L7 Collections Tuple 25 Python Course L7 Collections Set main operations with set 26 Python Course L7 Collections Set, Intersect, Union, Difference, Superset, Subset 27 Python Course L8 Dictionary Introduction, Definition, get values, for loop through dict, ite 28 Python Course L8 Dictionary Add New, Remove, pop, popitem, fromKeys, get data from user 29 Python Course L9 Nested Dictionary ways to define nested dictionary, get values, nested with l 30 Python Course L9 Nested Dictionary get data from dictionary of dictionaries 31 Python Course L9 Functions Introduction to functions, types, docstring, doc 32 Python Course L9 Functions generate random numbers, return, full example, arguments, paramete 33 Python Course L10 functions example and revision, local, global scope 34 Python Course L10 functions arguments types, required, default or optional argument, variable l 35 Python Course L10 working with tuple, list in arg, Recuirsion function, Arbitrary Argument with 36 Python Course L11 Lambda function, lambda function inside normal function 37 Python Course L11 Lambda function with filter and map functions 38 Python Course L11 Exceptions, try except, exceptions names 39 Python Course L11 Exceptions, exception hierarchy, try except else, using exception variable, ex 40 Python Course L11 Exceptions, complete raise error example 41 Python Course L12 OOP Classes Introduction to classes class members, objects 42 Python Course L12OOP Classes Class Methods, self parameter, constructor init, Instance Attribu 43 Python Course OOP, Classes Object and Instance Attributes values 44 Python Course L12OOP Classes,OOP full example for using class, object, instance attributes, c 45 Python Course L13 OOP Classes,Property, Encapsulation 46 Python Course L13 OOP, Classes Access Modifiers, Modules, full class example, constructor, funct 47 Python Course L13 OOP, Classes Modules, Search Path, file, dir, doc, name, help 48 Python Course L14 OOP, Classes Package, init py, import from package, Install Package Glob 49 Python Course L14 OOP, Classes Package Install Package generally and test it 50 Python Course L14 OOP, Inheritance Classes Inheritance,super,sub,base, derived Arrtibutes, funct U+0263C ترحيب وتحديد مواعيد الدورة وأسلوب شرح الدورة مقدمة وملاحظات عامة وخطة الدورة المبدئية والإجابة على بعض الأسئلة قبل بدأ الدورة 51 Python Course L15 OOP, Inheritance Constructor Override, Object Attributes, instance attributes 52 Python Course L15 OOP, Inheritance Method Overriding, Calling Parent class methods after method 53 Python Course L16 OOP, Inheritance Inheritance Data Type Checking, type, isinstance, issubclass 54 Python Course L16 OOP, Inheritance Data Hiding, Access Modifiers with Inheritance, class attribu 55 Python Course L16 OOP, Inheritance Class Attributes Counter Example shard attributes between o 56 Python Course L17 OOP, Inheritance MultiLevel and Multiple Inheritance classes hierarchy and Me 57 Python Course L17 OOP, Inheritance Destoring Objects, del object, Garbage Collection GC, Destruc 58 Python Course L17 OOP, Inheritance Data abstraction, Abstract Method, Abstract Base classes ABC, 59 Python Course L17 OOP, Inheritance Polymorphism Example 60 Python Course L17 OOP, Inheritance Built in Method Overriding, Python Operator Overloading 61 Python Course L17 OOP, Inheritance Another Advanced Topics, Whats Next!