Sujan Karki
5 min read
Analyzing Views of 'The Office'
The Office is an American mockumentary sitcom television series that depicts the everyday work lives of office employees in the Scranton,...
Muhammad Hassan Shafiq
3 min read
Python - Logical Operators
What are Operators? Operators are used to perform operations on values and variables. These are the special symbols that carry out...
Ibrahim M. A. Nasser
6 min read
EDA for The Office TV Show
The Office is an American television series that depicts the everyday work lives of office employees in the Scranton, Pennsylvania,...
Ajibola Salami
3 min read
Build Line and Bar Chart Animation in Plotly
This article discusses how to make line and bar charts using Plotly with example charts
Thiha Naung
5 min read
Data Visualization - which types of graphs should we use?
Data visualization is the practice of translating information into a visual context, such as a map or graph, to make data easier for the...
Magdy Ahmed
2 min read
List Comprehensions Simply Explained
List comprehensions are one of the easiest and most efficient ways to create lists in Python. But first what does the term...
Gilbert Temgoua
4 min read
Python Concepts for Data Science: Generators
Python generators, syntax, examples, pros and cons.
Gilbert Temgoua
6 min read
Python Concepts for Data Science: List Comprehension
Thorough dive into list comprehension in python, with examples.
Muhammad Hassan Shafiq
3 min read
Python - Functions
What are Functions? Functions are a convenient way to divide your code into useful blocks, allowing us to order our code, make it more...
Aldwin Dave Conahap
2 min read
Exception-handling in Python
Have you encountered an error in the middle of the program runtime? Is the user input inputted incorrect data type as required? Does this...