How to fill cells with colors using openpyxl in Python

By Varsha Neelamma

Over the years, Microsft Excel has become an essential part of all types of work. Did you know that Python has a library that is designed specifically to allow you to work with exc.... Read More

Lasso, Ridge and Elastic Net Regularization in Python

By Premkumar Vemula

In this tutorial, we will explore the different types of regularization, their advantages and disadvantages and how to apply them and implement the same in Python. When the number .... Read More

How to remove the last character from a string in C++

By Gagan Gupta

In this tutorial, we will learn how to remove the last character from a string in the C++ programing language Remove the last character from a string in C++ #include <string>.... Read More

Priority Queue in C++ Standard Template Library (STL)

By Joyeeta Choubey

In this tutorial, we are going to learn what are Priority Queues in Standard Template Library (STL). So let’s know a little about Priority Queues. What are Priority Queues? T.... Read More

Glyphicons in Bootstrap

By Hussain Quadri

In this tutorial, we will see Glyphicons in Bootstrap. Glyphicons Bootstrap has sets of icons, fonts, and symbols called Glyphicons. These are used in web applications/sites. It ha.... Read More

Remove duplicate elements from an array in Swift

By Shubhodh Amaravadi

In this tutorial, we are going to learn how to remove duplicate elements from an array in Swift. There are many ways to remove duplicates from an array. Here, we will discuss the m.... Read More

Easy example of openpyxl iter_rows in Python

By Varsha Neelamma

Microsoft Excel is one the most popular and widely used spreadsheet software for mathematical and graphical computations. Openpyxl is a python module that helps you to manage and w.... Read More

How to find index of maximum and minimum element in vector in C++

By Joyeeta Choubey

In this tutorial, we are going to find the index of maximum and minimum elements in vector in C++. In vectors, the size grows dynamically. Thus one can change the size dynamically .... Read More