This Python tutorial will show you how to add a number to each element in a list in Python. In some situations, you may have to increment each element in a list in Python by a spe.... Read More
This Java tutorial will focus on the following topics: How to find the hostname from URL Get the port no from URL Get File Name from URL Find Protocol from URL Get hostname, port n.... Read More
In this program, we have created a panel using the applet with the AWT package in java. So first we will discuss what is a panel then we will learn how to create panel in Java. Pan.... Read More
Today we are going to learn how to add days to date in Python. In my previous few tutorials, have shown you working with datetime in Python. Here are some links to my previous pos.... Read More
In this program, we will learn how to create a quiz game using java swing GUI. In this program, we will use the Action listener method and Swing class. first, we create a frame acc.... Read More
Creating your own emojis using HTML and CSS and playing with eyes, lips, color etc. is fun. In this tutorial, I have created some different type of emojis by manipulating one or tw.... Read More
In this program, we will learn how to display the pattern of the square using Java. We will use some while loops and for loops for the iteration. Import the util class Use the Scan.... Read More
It will be interesting for us to learn data scraping of a webpage using Python. In order to do data scraping of a webpage using scrapy you have to do the following: Create a projec.... Read More