Posts by Yash Gupta

Author Biographical Info: Not available

Modulo Operator in Python

By Yash Gupta

Modulo Operator ‘%’ is used to find the remainder between the division of two numbers. Syntax – A % B Where A is the dividend (The number that is being divided) B.... Read More

Find the gap between two times in Python

By Yash Gupta

In this tutorial, we will learn how to find a gap between two times in Python. The gap between two given time In python, the datetime library provides us with various classes and f.... Read More

Find Country from IP address in Python

By Yash Gupta

In this tutorial, we will learn how to find out the country name of the IP address that is given to us with Python programming. First of all, let us understand what is an IP Addres.... Read More

Build a Pokedex in Python

By Yash Gupta

In this tutorial, we will learn how to build a simple Pokedex using Python. Pokemon has a tremendous fan following and is still really popular all around the world. In that show, w.... Read More