How to add notes below a table in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, I will show you how to add one or multiple notes under a table in LaTeX. In order to add notes under a table, you have to use the threeparttable package. This pac.... Read More

Detect ISP in Node.js

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to detect ISP (Internet Service Provider) in Node.js. To achieve this task, I am going to use the axios module to send a request to the.... Read More

Convert a string to title case in Python

By Shalini Gupta

Hello friends, in this tutorial I will tell you how to convert a string variable’s case to title case in Python. In short, it will convert the first letter of each word to up.... Read More

ColorPicker in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll learn how to use a ColorPicker. SwiftUI provides us with a great ColorPicker UI that is very easy to implement and lets users select any syste.... Read More

EOFError: EOF when reading a line – Error in Python

By Faruque Ahamed Mollick

In this article, we will discuss the error message in Python “EOFError: EOF when reading a line”. When does the EOFError: EOF when reading a line occur? The above error.... Read More

How to access metadata of a file in Python using tinytag

By Shalini Gupta

Hello friends, in this tutorial, I will tell you how to access the metadata of a file in Python. Access the metadata of a file in Python using tinytag I have used the tinytag packa.... Read More

Create a PDF using fpdf in Python

By Shalini Gupta

Hello friends, in this tutorial I will tell you how you can create a PDF file using fpdf package in Python. The tutorial will contain the following : Installation of the fpdf packa.... Read More

Convert Base64 to PDF in Python

By Shalini Gupta

Hello friends, you know how to convert a string to base64 using pybase64 module. In this tutorial, I will tell you how you can convert a base64 string to PDF in Python. Convert Bas.... Read More