Dr. Obieda Ananbeh

PhD in computer science

Sr.Software Engineer

Microsoft Certified

Java Developer

AI

Dr. Obieda Ananbeh

PhD in computer science

Sr.Software Engineer

Microsoft Certified

Java Developer

AI

Python

September 30, 2021 List Part 3 (Check if Item Exists, Loop Through a List and Sort Lists )
Python

In this lesson we will learn :  Clear the List. Check if Item Exists. List Length. Loop Through a List…

September 29, 2021 List Part 2 Add and Remove Items
Python

In this lesson we will learn : 1. Add Items using insert and append function. 2. Remove Items using remove,…

September 27, 2021 Data Types in Python List Part 1
Python

In this lesson we will learn : 1. What is List 2. Access Items in List 3. Negative Indexing 4….

June 24, 2021 Data Type Part1 (boolean, integer, float and string)
Python

In this lesson we will learn :  Data Types:  boolean (bool) – A True or False value. integer (int) –…