All Medium Articles
Here, we will be making “The Great Indian Flag” using Python Turtle Graphics. Here, we will be using many turtle functions like begin_fill(), end_fill() to… Read More
Plotly is a graphing library for making high quality interactive graphs and charts. It is an open source library used for data visualization . This… Read More
In this article, we will learn how to Make an Octagon using Turtle Graphics in Python. For that lets first know what is Turtle Graphics.… Read More
Introduction : TCP/IP (Transmission Control Protocol/Internet Protocol) is a suite of communication protocols that define the standards for transmitting data over computer networks, including the… Read More
Random Forest in R Programming is an ensemble of decision trees. It builds and combines multiple decision trees to get more accurate predictions. It’s a… Read More
Apache Kafka is a well known open-source stream processing platform which aims to provide a high-throughput, low-latency & fault-tolerant platform which is capable of handling… Read More
Given N items, each item having a given weight Ci and a profit value Pi, the task is to maximize the profit by selecting a… Read More
Given two positive integers L and R, the task is to count the elements from the range [L, R] whose prime factors are only 2… Read More
Digital Data Communications Message Protocol (DDCMP) is a byte-oriented communication protocol and a synchronous data link layer protocol, devised by digital equipment corporation. A byte… Read More
Given an N*N binary matrix arr[][], the task is to check if the matrix contains a square of at least size 2 x 2 whose… Read More
Given an integer array arr[] and an integer K, the task is to find the number of non-empty subsets S such that min(S) + max(S)… Read More
Linear Regression is a machine learning algorithm based on supervised learning. It performs a regression task. Regression models are target prediction value based on independent… Read More
A power-on self-test (POST) is a set of routines performed by firmware or software immediately after a computer is powered on, to determine if the… Read More
The PDO (PHP Data Objects) defines the lightweight, consistent interface for accessing databases in PHP.  Approach: Make sure you have XAMPP or WAMP installed on… Read More
Non-linear data is usually encountered in daily life. Consider some of the equations of motion as studied in physics. Projectile Motion: The height of a… Read More
Prerequisites :Introduction to tkinter | UwU text convertor Python offers multiple options for developing a GUI (Graphical User Interface). Out of all the GUI methods,… Read More
It is very easy in Bootstrap to align items left and right by using the bootstrap classes. By default, it sets to left. If you… Read More
NPM (Node Package Manager) is the default package manager for Node.js and is written entirely in JavaScript. It manages all the packages and modules for… Read More
JavaScript new keyword is used to create an instance of an object that has a constructor function. On calling the constructor function with the ‘new’… Read More
In this article, we will learn how to make a Star using Turtle Graphics in Python. For that let’s first know what is Turtle Graphics.… Read More