In this tutorial, we will write code to download file in android studio using Java. You can use any latest version of Android Studio. Let’s get started Create a new project w.... Read More
In this tutorial, we are going to learn how to establish a connection between Arduino and Python script to control the Arduino. We can understand this better by this example of imp.... Read More
In this lesson, we will learn and solve how to print the Kth Row of Pascal’s triangle in Python using simple operations. Start with the definition of Pascal’s Triangle. Pas.... Read More
Small Discord bots often hosted on platforms such as Heroku do not have the flexibility to change their command prefixes. Command prefixes examples of Discord bots are !, ?, > e.... Read More
In this article, we will learn about n-grams and the implementation of n-grams in Python. What is N-grams Text n-grams are widely used in text mining and natural language processin.... Read More
Learn how to minimize electron application to the system tray. Electron.js has gained popularity because it helps to develop cross-platform desktop GUI applications using simple HT.... Read More
A Heatmap is a statistical representation that helps to represent the importance of the features in form of colors. In this article, we learn to plot a heatmap in Python. They are .... Read More
When training any deep learning algorithm we preferred to use small images because using small images gives better performance. But what to do when we have large images. One way to.... Read More