What does if __name__ == “__main__”: do in Python

By Vimal Pandey

Hello guys. In this tutorial we will learn that what does if __name__ == “__main__”: do in Python. if __name__ == “__main__”  in Python prevents the speci.... Read More

Height-Weight Prediction By Using Linear Regression in Python

By Suvam Ghosh

Hi everyone, in this tutorial we are going to discuss “Height-Weight Prediction By Using Linear Regression in Python“. What is a Linear Regression? In statistics, linea.... Read More

How to build 2048 game in Python

By Bhavya Chhabra

In this tutorial, we will build the 2048 game in Python. We will go through the different moves during the build of the game. *I will use 4×4 matrix to explain this game in th.... Read More

How to use Radial-Gradient in CSS

By Zeyan Ansari

Hello, coders in this tutorial we are going to learn how to use radial gradient function in CSS. We are also going to show you the example with CSS code. Whats a Radial Gradient? R.... Read More

How to change array size dynamically in C++

By Prajwal Khairnar

This tutorial focuses on the method to dynamically allocate memory and change array size according to the user input. This is a very useful method used in programming as it ensures.... Read More

How to Make Predictions with scikit-learn in Python

By Tuhin Mitra

In this post, I’ll discuss, “How to make predictions using scikit-learn” in Python. How to Install “scikit-learn” : I’ll be using Python version.... Read More

File operations for tell() and seek() functions in Python

By Praneeth madduri

A Python program to demonstrate file operations for tell(), seek() functions and copying content from one file to another. In this tutorial, we’ll be learning the file operat.... Read More

How to Generate PDF Invoice in Python

By Sameer Saxena

As in modern era where the Conventional Payment systems have been checked out completely, we need the dynamic solution to generate the instant invoices and as invoice are best suit.... Read More

Related Posts