Draw Flag of USA using Python Turtle
Posted in allcategorites python turtle

Draw Flag of USA using Python Turtle

Introduction Welcome everyone to violet-cat-415996.hostingersite.com . In this tutorial, we are going to draw the Flag of USA using Python Turtle. The python turtle module…

Continue Reading
Posted in allcategorites ml-shorts

Is it difficult to be absolutely certain about the Big data?

Big data is one of the most trending topics in the last two decades. It is due to the massive amount of data that has…

Continue Reading
Draw TikTok Logo with Python Turtle
Posted in allcategorites python turtle

Draw TikTok Logo with Python Turtle

Introduction This blog will discuss drawing TikTok Logo with Python Turtle, a GUI-based 2D graphics module in Python. TikTok is a trendy social media platform,…

Continue Reading
What does the attribute "Velocity" imply in the context of Big data?
Posted in allcategorites ml-shorts

What does the attribute “Velocity” imply in the context of Big data?

Velocity is one of the three V’s of Big data. The 3 V’s of Big data are Volume, Velocity, and Variety. Velocity refers to data generating,…

Continue Reading
Customer Behaviour Analysis - Machine Learning and Python
Posted in allcategorites Machine Learning ml ai ds project

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…

Continue Reading
Posted in allcategorites competitive programming

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],…

Continue Reading
Maximum Product Subarray
Posted in allcategorites competitive programming data structures and algorithms

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…

Continue Reading
Posted in allcategorites competitive programming

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…

Continue Reading
NxNxN Matrix in Python 3
Posted in allcategorites competitive programming data structures and algorithms Machine Learning tutorial

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…

Continue Reading
Draw Instagram Logo using Python Turtle
Posted in allcategorites python turtle

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…

Continue Reading