

Investigating the popularity of The Office TV show
An analysis of the popularity of The Office TV show based on viewership and ratings
Musonda Katongo
3 min read

Investigating Netflix Series
In this project, we will take a look at a dataset of The Office episodes, and try to understand how the popularity and quality of the...
mohamed bahgat
1 min read
Python Iterators
Python Iterators An iterator is an object that contains a countable number of values. An iterator is an object that can be iterated upon,...
mohamed bahgat
2 min read
Python Functions
Functions in python: A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a...
mohamed bahgat
3 min read

Extreme Gradient Boosting With XGBoost and Cluster Analysis In Python
EXTREME GRADIENT BOOSTING WITH XGBOOST Supervised learning which XGBoost is applied to requires labelled data. XGBoost can be applied to...
James Owusu-Appiah
2 min read

Cluster Analysis in Python
How does Google News classify articles? By using unsupervised machine learning algorithm google Match frequent terms in articles to find...
aya abdalsalam
2 min read
Python code To check an Email This function is use to checks an email for the @ symbol
def email_verifier(email): arobase_symbol = '@' if arobase_symbol in email: print("The email address is correct") else: print("Please...
Wilson Waha
1 min read
How to validate an email address using Python
Email is a method of exchanging messages between people using. It is a widely-used communication medium that can also be used for signing...
chalamohamed93
1 min read
Simple Apps written in Python
1) This Program is designed to count character occurrences in a given word, phrase or sentence. If the word is empty, then "The chosen...
mohamed bahgat
2 min read

Prime Numbers Identifier
The program finds a list of prime numbers within a given range
Musonda Katongo
3 min read


Convert your Currency
The post presents a program in python that performs currency conversion.
Musonda Katongo
3 min read
Seun Assignment 2
print("Invalid input") program create simple calculator using functions def add(x, y): return x + y def subtract(x, y): return x - y def...
ainatestimony6
1 min read
Seun Assignment 1
# Program to calculate BMI height = float(input("Enter your height in cm: ")) weight = float(input("Enter your weight in kg: ")) bmi =...
ainatestimony6
1 min read
Seun Assignment 2
# Python program to make a simple calculator # taking user input no1 = float(input("Enter first number: ")) no2 = float(input("Enter...
ainatestimony6
1 min read
Seun Assignment 1
# Program to calculate BMI height = float(input("Enter your height in cm: ")) weight = float(input("Enter your weight in kg: ")) bmi =...
ainatestimony6
1 min read

NLP
what is NLP: Natural Language Processing or NLP is a component of AI that focuses on understanding human language as it is written...
aya abdalsalam
3 min read

The interest of using Python
Designing applications in Python is very fast because some aspects of programming are handled automatically, such as memory resource...
Lucien Dikla Ngueleo
1 min read


Towards Becoming A Data Scientist: September 2022 Scholarship Awardees
Dear Applicant, We are happy to inform you that you have been awarded a Data Insight Scholarship for the Data Scientist Program. Please...
Data Insight
1 min read
Python for Data science
python is a programming language created by Guido Van Rossum. It is part of the family of interpreted languages, it is very easy to...
Wilson Waha
1 min read

Introduction to Deep Learning (DL)
What is Deep Learning? Deep learning is a branch of machine learning which is completely based on artificial neural networks, because the...
ben othmen rabeb
3 min read
Machine Learning for Natural Language Processing (NLP)
Natural Language Processing, or NLP for short, is broadly defined as the automatic manipulation of natural language, such as speech and...
ben othmen rabeb
2 min read
Feature Engineering for Machine Learning
Feature engineering techniques for machine learning are a fundamental topic in machine learning, but one that is often overlooked or...
ben othmen rabeb
1 min read

Data Pre-processing in Machine Learning
In this article, we will cover all the data pre-processing steps that need to be taken to convert raw data into a processed form. Data...
ben othmen rabeb
1 min read

CLUSTERING - Data analysis
Clustering : is a classic machine learning-based data mining technique that divides groups of abstract objects into classes of similar...
ben othmen rabeb
1 min read