

Convert your Currency
The post presents a program in python that performs currency conversion.
Musonda Katongo
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


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
3 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
2 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
3 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
1 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...
Marehan Refaat
2 min read


Time Series Analysis of NAICS(North American Industry Classification System)
Time series analysis is a statistical method to analyze past data within a given duration of time to forecast the future. In this blog,...
Tanushree Nepal
3 min read


Calculate Grade of students in Final Exams
In this blog, we are going to talk about How to calculate the overall grade of the student in the final exams. The system of the grades...
Marehan Refaat
1 min read
