بَرْمَجة
منصة خدمية .. تعليمية

Learn Python in Arabic #002 - What I Need To Learn ?

عن المحاضرة
مسار التعليم :برمجة
قسم : PYTHON
اسم الدورة : Mastering Python - تعلم بايثون
المحاضر : Elzero Web School
عدد المحاضرات : 152
عدد الزيارات : 3044
جميع محاضرات الدورة
Learn Python in Arabic #001 - Introduction And What's Python
Learn Python in Arabic #002 - What I Need To Learn ?
Learn Python in Arabic #003 - Syntax And Your First App
Learn Python in Arabic #004 - Comments And How To Use It
Learn Python in Arabic #005 - Dealing With Data in Python
Learn Python in Arabic #006 - Some Data Types Overview
Learn Python in Arabic #007 - Variables Part One
Learn Python in Arabic #008 - Variables Part Two
Learn Python in Arabic #009 - Escape Sequences Characters
Learn Python in Arabic #010 - Concatenation And Training
Learn Python in Arabic #011 - Strings
Learn Python in Arabic #012 - Strings - Indexing And Slicing
Learn Python in Arabic #013 - Strings Methods Part One
Learn Python in Arabic #014 - Strings Methods Part Two
Learn Python in Arabic #015 - Strings Methods Part Three
Learn Python in Arabic #016 - Strings Methods Part Four
Learn Python in Arabic #017 - Strings Formatting The Old Way
Learn Python in Arabic #018 - Strings Formatting The New Ways
Learn Python in Arabic #019 - Numbers
Learn Python in Arabic #020 - Arithmetic Operators
Learn Python in Arabic #021 - Lists
Learn Python in Arabic #022 - Lists Methods Part One
Learn Python in Arabic #023 - Lists Methods Part Two
Learn Python in Arabic #024 - Tuples And Methods Part One
Learn Python in Arabic #025 - Tuples And Methods Part Two
Learn Python in Arabic #026 - Set
Learn Python in Arabic #027 - Set Methods Part One
Learn Python in Arabic #028 - Set Methods Part Two
Learn Python in Arabic #029 - Set Methods Part Three
Learn Python in Arabic #030 - Dictionary
Learn Python in Arabic #031 - Dictionary Methods Part One
Learn Python in Arabic #032 - Dictionary Methods Part Two
Learn Python in Arabic #033 - Boolean
Learn Python in Arabic #034 - Boolean Operators
Learn Python in Arabic #035 - Assignment Operators
Learn Python in Arabic #036 - Comparison Operators
Learn Python in Arabic #037 - Type Conversion
Learn Python in Arabic #038 - User Input
Learn Python in Arabic #039 - Practical - Email Slice
Learn Python in Arabic #040 - Practical - Your Age Full Details
Learn Python in Arabic #041 - Control Flow - If, Elif, Else
Learn Python in Arabic #042 - Control Flow - Nested If And Training
Learn Python in Arabic #043 - Control Flow - Ternary Conditional Operator
Learn Python in Arabic #044 - Calculate Age Advanced Version and Training
Learn Python in Arabic #045 - Membership Operators
Learn Python in Arabic #046 - Practical Membership Control
Learn Python in Arabic #047 - Loop - While and Else
Learn Python in Arabic #048 - Loop - While Training's
Learn Python in Arabic #049 - Loop - While Training's Bookmark Manager
Learn Python in Arabic #050 - Loop - While Training's Password Guess
Learn Python in Arabic #051 - Loop For and Else
Learn Python in Arabic #052 - Loop For Training's
Learn Python in Arabic #053 - Loop For Nested Loop
Learn Python in Arabic #054 - Loop - Break Continue Pass
Learn Python in Arabic #055 - Loop Advanced Dictionary
Learn Python in Arabic #056 - Function And Return
Learn Python in Arabic #057 - Function Parameters And Arguments
Learn Python in Arabic #058 - Function Packing, Unpacking Arguments
Learn Python in Arabic #059 - Function Default Parameters
Learn Python in Arabic #060 - Function Packing Unpacking Keyword Arguments
Learn Python in Arabic #061 - Function Packing Unpacking Arguments Training's
Learn Python in Arabic #062 - Function Scope
Learn Python in Arabic #063 - Function Recursion
Learn Python in Arabic #064 - Function Lambda
Learn Python in Arabic #065 - Files Handling Part One Intro
Learn Python in Arabic #066 - Files Handling Part 2 Read Files
Learn Python in Arabic #067 - Files Handling Part 3 Write and Append In Files
Learn Python in Arabic #068 - Files Handling Part 4 Important Info
Learn Python in Arabic #069 - Built In Functions Part One
Learn Python in Arabic #070 - Built In Functions Part Two
Learn Python in Arabic #071 - Built In Functions Part 3
Learn Python in Arabic #072 - Built In Functions Part 4 Map
Learn Python in Arabic #073 - Built In Functions Part 5 Filter
Learn Python in Arabic #074 - Built In Functions Part 6 Reduce
Learn Python in Arabic #075 - Built In Functions Part 7
Learn Python in Arabic #076 - Modules Part 1 - Intro And Built In Modules
Learn Python in Arabic #077 - Modules Part 2 - Create Your Module
Learn Python in Arabic #078 - Modules Part 3 - Install External Packages
Learn Python in Arabic #079 - Date And Time Introduction
Learn Python in Arabic #080 - Date And Time Format Date
Learn Python in Arabic #081 - Iterable Vs Iterator
Learn Python in Arabic #082 - Generators
Learn Python in Arabic #083 - Decorators - Intro
Learn Python in Arabic #084 - Decorators - Function With Parameters
Learn Python in Arabic #085 - Decorators - Practical Speed Test
Learn Python in Arabic #086 - Practical Loop On Many Iterators With Zip
Learn Python in Arabic #087 - Practical Image Manipulation With Pillow
Learn Python in Arabic #088 - Docstring And Commenting vs Documenting
Learn Python in Arabic #089 - Installing And Use Pylint For Better Code
Learn Python in Arabic #090 - Errors And Exceptions Raising
Learn Python in Arabic #091 - Exceptions Handling Try, Except, Else, Finally
Learn Python in Arabic #092 - Exceptions Handling Advanced Example
Learn Python in Arabic #093 - Debugging Code
Learn Python in Arabic #094 - Type Hinting
Learn Python in Arabic #095 - Regular Expressions Part 1 Intro
Learn Python in Arabic #096 - Regular Expressions Part 2 Quantifiers
Learn Python in Arabic #097 - Regular Expressions Part 3 Characters Classes Training's
Learn Python in Arabic #098 - Regular Expressions Part 4 Assertions & Email Pattern
Learn Python in Arabic #099 - Regular Expressions Part 5 Logical Or & Escaping
Learn Python in Arabic #100 - Regular Expressions Part 6 Re Module Search & FindAll
Learn Python in Arabic #101 - Regular Expressions Part 7 Re Module Split & Sub
Learn Python in Arabic #102 - Regular Expressions Part 8 Group Training's & Flags
Learn Python in Arabic #103 - OOP Part 1 - Intro
Learn Python in Arabic #104 - OOP Part 2 - Class Syntax And Info
Learn Python in Arabic #105 - OOP Part 3 - Instance Attributes And Methods Part 1
Learn Python in Arabic #106 - OOP Part 4 - Instance Attributes And Methods Part 2
Learn Python in Arabic #107 - OOP Part 5 - Class Attributes
Learn Python in Arabic #108 - OOP Part 6 - Class Methods And Static Methods
Learn Python in Arabic #109 - OOP Part 7 - Magic Methods
Learn Python in Arabic #110 - OOP Part 8 - Inheritance
Learn Python in Arabic #111 - OOP Part 9 - Multiple Inheritance And Method Overriding
Learn Python in Arabic #112 - OOP Part 10 - Polymorphism
Learn Python in Arabic #113 - OOP Part 11 - Encapsulation
Learn Python in Arabic #114 - OOP Part 12 Getters And Setters
Learn Python in Arabic #115 - OOP Part 13 @Property Decorator
Learn Python in Arabic #116 - OOP Part 14 ABCs Abstract Base Class
Learn Python in Arabic #117 - Databases - Intro About Databases
Learn Python in Arabic #118 - Databases - SQLite Create Database And Connect
Learn Python in Arabic #119 - Databases - SQLite Insert Data Into Database
Learn Python in Arabic #120 - Databases - SQLite Retrieve Data From Database
Learn Python in Arabic #121 - Databases - SQLite Training On Everything
Learn Python in Arabic #122 - Databases - SQLite Update And Delete From Database
Learn Python in Arabic #123 - Databases - SQLite Create Skills App Part 1
Learn Python in Arabic #124 - Databases - SQLite Create Skills App Part 2
Learn Python in Arabic #125 - Databases - SQLite Create Skills App Part 3
Learn Python in Arabic #126 - Databases - SQLite Create Skills App Part 4
Learn Python in Arabic #127 - Databases - SQLite Very Important Information
Learn Python in Arabic #128 - Advanced Lessons - __name__ And "__main__"
Learn Python in Arabic #129 - Advanced Lessons - Timing Your Code With Timeit
Learn Python in Arabic #130 - Advanced Lessons - Add Logging To Your Code
Learn Python in Arabic #131 - Advanced Lessons - Unit Testing With Unittest
Learn Python in Arabic #132 - Advanced Lessons - Generate Random Serial Numbers
Learn Python in Arabic #133 - Flask - Intro And Your First Page
Learn Python in Arabic #134 - Flask - Create Html Files
Learn Python in Arabic #135 - Flask - Create And Extends HTML Templates
Learn Python in Arabic #136 - Flask - Jinja Template
Learn Python in Arabic #137 - Flask - Advanced Css Task Using Jinja
Learn Python in Arabic #138 - Flask - Skills Page Using List Data
Learn Python in Arabic #139 - Flask - Customizing App With Css
Learn Python in Arabic #140 - Flask - Adding The JS Files
Learn Python in Arabic #141 - Web Scraping Control Browser With Selenium
Learn Python in Arabic #142 - Numpy - Intro
Learn Python in Arabic #143 - Numpy - Create Arrays
Learn Python in Arabic #144 - Numpy - Compare Data Location And Type
Learn Python in Arabic #145 - Numpy - Compare Performance And Memory Use
Learn Python in Arabic #146 - Numpy - Array Slicing
Learn Python in Arabic #147 - Numpy - Data Types And Control Array
Learn Python in Arabic #148 - Numpy - Arithmetic And Useful Operations
Learn Python in Arabic #149 - Numpy - Array Shape And ReShape
Learn Python in Arabic #150 - Virtual Environment Part 1
Learn Python in Arabic #151 - Virtual Environment Part 2
Learn Python in Arabic #152 - The End And Resources