Backward Iteration in Python

By Varun Bhattacharya

Hello programmers, in this tutorial we will see how to iterate backward in a list in Python. In Python, there are many ways in which looping can be performed. Generally, looping fo.... Read More

Destroy a GameObject in Unity 3D C#

By Y SAI KIRAN

Hello programmers, In this article, I will show how to destroy a GameObject in Unity 3D with C# programming. If you are a beginner and want to create your own game but don’t .... Read More

HTML Sonderzeichen

By Ankit

In this tutorial, we will explore HTML Sonderzeichen. There are certain special characters in HTML and this is one of them. It is also a German name and is combined with HTML. Synt.... Read More

Return multiple values from a function in Swift

By Faruque Ahamed Mollick

You can return multiple values from a function in Swift programming. But not in a generous way. It is a bit tricky to perform this task. In order to return multiple values from a S.... Read More

HTML Block Elements

By Ankit

In this tutorial, we will learn about HTML block elements. By default, Block-level takes up the full width available. It always starts on a new line. It also takes up as much horiz.... Read More

Upcasting and Downcasting in C++

By Lakshya Narain

In this tutorial, we will learn about upcasting and downcasting in C++. Upcasting and downcasting are an important part of C++ and enable the possibility of object-oriented program.... Read More

numpy.char.find() function for string operations in Python

By Priya Bhowmick

The numpy.core.defchararray.find() function is used to return the lowest index for the substring ‘sub’ i.e found in each component of the string in the specified range..... Read More

Maximize or Minimize a browser window using Selenium Python

By Varun Bhattacharya

Hello programmers, in this tutorial we will see how to maximize or minimize a browser window using Selenium Python. Selenium is a tool that is used in the automation of browsers. T.... Read More

Related Posts