Error Handling in Python Functions
A post on the methods for handling errors in python functions
Musonda Katongo
3 min read

Linear Classifiers And Machine Learning With Tree Based Models In Python
LINEAR CLASSIFIERS Linear classifiers are supervised machine learning algorithms that classify data into labels based on linear...
James Owusu-Appiah
4 min read
--- North American Industry Classification System (NAICS)
The North American Industry Classification System (NAICS) is an industry classification system developed by the statistical agencies of...
Sakayo Toadoum Sari
14 min read
How can I count the number of character occurrence in a sentence
In this blog, I would explain how I create a function to count the number of occurrences of a given character in a given word, phrase, or...
Gehad Hisham
1 min read


Data Cleaning in Python
What is data cleaning? Data cleaning is the process of fixing or removing incorrect, corrupted, incorrectly formatted, duplicate, or...
ayenadykyaw1
6 min read


Data Manipulation Techniques with Pandas
Introduction to Pandas Pandas is an open source python library for data analysis and manipulation. It is fast, powerful and easy to use....
ayenadykyaw1
8 min read
Pandas Techniques for Easy Data Manipulation
Introduction pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis...
Yosef Zeru Seyoum
10 min read

Project: Investigating Guest Stars in The Office (American TV Series )
The Office! is an American mockumentary sitcom television series that depicts the everyday work lives of office employees in the...
Tanushree Nepal
5 min read
Finding the Roots of Quadratic Equations using Python
In mathematics, a Quadratic equation is an equation that has the standard form that follows, where x is the variable and a,b,c are...
Isuru Lakshan
2 min read
Body Mass Index Calculator Using Python
Body Mass Index (BMI) is a commonly used indicator that gives information about how healthy your body is. It is given as a ratio between...
Isuru Lakshan
2 min read