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

Author: oananbeh

March 12, 2022 Installing MIMIC III in a local Postgres database on Windows 10
How to

PostgreSQL Downloads: https://www.postgresql.org/download/  mimic-code: https://github.com/MIT-LCP/mimic-code  MIMIC Documentation: https://mimic.mit.edu/docs/gettingsta…

February 20, 2022 Dictionary Part 2
Python

In this lesson we will learn : 1. Loop through a dictionary. 2. Make a copy of a dictionary. 3. Nested dictionary. Accessing…

February 20, 2022 Dictionary in python part 1
Python

In this lesson we will learn : 1. Declare a Dictionary 2. know how many items in the dictionaries 3….

February 20, 2022 Set part 3 (Join Sets and Duplicates)
Python

In this lesson we will learn : 1. Join Sets 2. Duplicates. Accessing the source code I used in this…