String methods in Pandas

By Soma Shrenika

In this tutorial, we will learn some of the most commonly used string methods in Pandas. These string methods are applied to a series in Pandas. These methods are mainly used for s.... Read More

Nearest palindrome of a number in python

By Soma Shrenika

In this tutorial, we will see how to generate the nearest palindrome of a given number in Python if the given number is not a palindrome. By the end of this tutorial, you will be a.... Read More

Convert char to int in Java

By Subhojeet Ghosh

In this tutorial, we will learn how can we change char to int in Java. There are many ways by which we can convert or change char to int. Some of the approaches are as follows: (1).... Read More

Java Math random() method

By Shiksha Sinha

In this tutorial, we will learn everything about Java Math random() method. Java includes various library methods. The library methods or functions are the in-built methods provide.... Read More

How to create a PDF file in C++

By Joyeeta Choubey

Hello everyone! In this tutorial, We are going to learn how we can create a PDF file in C++. We will use apose.pdf for C++.  Let’s know a little about what is Apose.pdf Apos.... Read More

Create PDF file in Django Dynamically

By Anand Jaiswal

In this tutorial, we will learn how to create dynamic PDF in Django. Steps to follow: 1. Start your Django project. 2. Start your app inside the project named codespeedy. 3. Define.... Read More

How to change Timezone in Django

By Anand Jaiswal

In this tutorial, we will learn how to change or set timezones in Django. In the new version of Django, it’s very easy to change the timezone. In settings.py of your project,.... Read More

How to comment in Swift

By Aryan

Documenting and commenting is a key aspect of software development, having a good habit of adding comments helps others understand the code better when working with others, and ove.... Read More

Related Posts