Musonda Katongo
2 min read
Data Splitting in Machine Learning Process
In the field of Data Science and Data Analysis, it is essential to split data into training and testing sets to ensure the accuracy and reli
chalamohamed93
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...
mohamed bahgat
2 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...
Musonda Katongo
3 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.
Marehan Refaat
3 min read
Importing Data in Python
There are a lot of data formats depend on the types of data files (e.g. .csv, .txt, .tsv, .html, .json, Excel spreadsheets, relational...
Marehan Refaat
2 min read
Pandas Techniques for Data Manipulation in Python
Python is the most preferred language for data scientists. It provides the greater ecosystem of a programming language and the acumen of...
Marehan Refaat
3 min read
Project: Investigating Guest Stars in The Office
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...
Marehan Refaat
1 min read
Arrays in Python
The idea of arrays comes from that we have multiple variables of the same type and we want to put them together like this name1 =...
Marehan Refaat
2 min read
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 function. A function can...