How to add number to each element in a list in Python

By Saruque Ahamed Mollick

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

Get the Host name, Port no, File name, Protocol of any URL in Advance java.

By Mayank Garg

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

Panel in java using applet

By Mayank Garg

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

How to add days to date in Python

By Saruque Ahamed Mollick

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

Quiz game using java

By Mayank Garg

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

Create Smiley Emojis using HTML and CSS.

By Richa Tripathi

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

Square pattern display using java

By Mayank Garg

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

Scraping the data of webpage using xpath in scrapy

By Shivam Singh

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

Related Posts