Java Code to download files from internet in android studio

By Jai Chaudhry

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

Programming Arduino Uno as a binary up-counter using Python’s pyfirmata module

By Rohan Harish

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

Kth Row of Pascal’s Triangle using Python

By Amrit Pratyay

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

Dynamic Prefixes In Discord Bots Using Memjs and Heroku

By Anjan Nair

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

N-grams in Python with nltk

By Abinash Reddy

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

How To Minimize Electron App To System Tray

By Anjan Nair

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

How To Plot Heatmap in Python

By Abinash Reddy

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

Extracting patches from large images using Python

By Abinash Reddy

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