What is a smart pointer and when should I use one in C++

By Aastha Jain

Hey learners, In this tutorial we will learn everything about smart pointers in C++ so stay tuned. Do we all know what is a pointer?? Pointers are just like variables that are used.... Read More

Reset Migrations in Django

By Khushi Aswani

Sometimes, you may need to reset migrations in Django. It is not a very big task but it is important when you are stuck somewhere and your database is not appropriate, you might ne.... Read More

Bar Chart in Pygal

By Varsha Neelamma

Visualization of data using graphs and charts not only provides better understanding but also helps in representing complex data in simple ways. You can visualize the data in diffe.... Read More

Change the format of date in JavaScript (All possible formats)

By Manoj Srinivas

In this tutorial, we will learn how to change the format of date in JavaScript (All possible formats). As a developer, you should display the current date in any format required by.... Read More

k-fold Cross-Validation in Machine Learning

By Kanduri Jayanth Sri Ram

Performance estimation is crucial for any model. Cross-validation method is one of the estimation strategies which improves the accuracy of the model. In this tutorial, you will le.... Read More

How to Close JFrame on Button Click in Java

By Anirudh Jakhotia

Hello, enthusiasts. In this tutorial, we will learn and focus on how to close JFrame on a button click. Closing JFrame on Button Click in Java In this tutorial, I will first create.... Read More

How to generate random floating point number in Java

By Abhi Tiwari

In this tutorial, we use the java.util.Random() class to generate the random floating-point numbers by using the nextFloat() method. Click here, to learn more about the java.util.R.... Read More

How to use Xpath with BeautifulSoup with an Example

By Chaithanya Pranav Sai

In this tutorial, we are going to see how to use Xpath with BeautifulSoup with an understandable example. Xpath works Similarly to a General file System. Here, BeautifulSoup by def.... Read More

Related Posts