How to initialise static variable in C++

By Ankur Sinha

In this tutorial, we will learn how we will be initializing the static variable in C++. First, let us understand how to declare them? For a Detailed study go to the link Initializa.... Read More

Replace characters of a string in Swift

By Faruque Ahamed Mollick

In this tutorial, you will see how we can replace characters or part of a string in Swift program with examples. You will learn 3 methods of replacing string characters using Swift.... Read More

How to get a dictionary from an Object’s Fields in Python

By Seepak Kumar

In this article, we will look at how to get a dictionary from an object’s field in Python. When we want to get a dictionary from the object’s field, we want to get the clas.... Read More

Random dice roll program in Python

By Harish Mullagura

We will discuss one of the famous codes that is how to program Random dice roll in Python. The program is popularly known as “Roll the dice”. For this we will use the r.... Read More

How to generate random sentences in Python

By Harish Mullagura

In this tutorial, we will discuss how to generate random sentences in Python. There are many ways to generate random sentences using random and secret modules. In this tutorial, we.... Read More

Dictionary in C++ with examples

By Aastha Jain

Dictionary is a collection of key, value pairs. They can be changed. Let’s understand it with an example suppose you own a bakery there is a price corresponding to each cake..... Read More

Convert int to char in C++

By Aastha Jain

In this tutorial, we will learn how to convert int to char in C++ in an easy way. Introduction An integer is a whole number that can be either positive, negative, or zero. On the o.... Read More

Bitcoin price prediction using machine learning in Python

By Kanduri Jayanth Sri Ram

Bitcoin is in its boom nowadays. So, it’s important to study cryto. In this tutorial, you will learn about the prediction of the price of bitcoin after 30 days using machine .... Read More

Related Posts