Category: allcategorites
Customer Behaviour Analysis – Machine Learning and Python
Introduction A company runs successfully due to its customers. Understanding the need of customers and fulfilling them through the products is the aim of the…
A company is repainting its office – HackerRank Solution
Problem You can find the problem statement here. Explanation Subarrays with a sum less than or equal to 7 are Length 1 – [2], [3],…
Average of Given Numbers in Python
We will use a list to save numbers and will find the average of given numbers in the list. We know that to find the…
Maximum Product Subarray in O(N) Time – Leetcode Solution
Hi everyone! In this post, we are going to discuss a very famous DSA problem known as the Maximum Product Subarray. It is a leetcode…
Minimum number of transformation steps required to make all elements of an array equal
Problem definition Given an array of N elements, our task is to find the minimum number of transformations that we can perform to make all…
NxNxN Matrix in Python 3
A 3d matrix(NxNxN) can be created in Python using lists or NumPy. Numpy provides us with an easier and more efficient way of creating and…
Draw Instagram Logo using Python Turtle
Introduction This blog will discuss how to Draw Instagram Logo using Python Turtle module. Instagram is a very popular social media platform, primarily used for…
3 V’s of Big data
In this article, we will explore the 3 V’s of Big data. Big data is one of the most trending topics in the last two…
Complete Python Roadmap for Beginners in 2022
Welcome to Python Complete Roadmap for Beginners. Today, we will see a sequence of topics that a beginner should follow to learn Python. Python is…
Calculator Program in Python | On Different IDEs
Welcome to violet-cat-415996.hostingersite.com. In this tutorial, we are going to write a simple Calculator Program in Python and run it on different IDEs of python…