Nikitasha Shrivastava has Published 196 Articles

motion_blur() in Python Wand

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 12:03:21

18 Views

In the given problem statement we have to apply a motion_blur function for an image using the Python wand library. Sometimes we are needed to perform the blur operation on some images. So using the Python wand we can do this task easily and blur the image to any extent. ... Read More

Modify Equal Tuple Rows in Python

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 12:01:43

17 Views

In this article we will learn how to modify equal tuple rows with the help of Python programming. Whenever we talk about data, sometimes we need to modify that data also. So here we will modify equal tuple rows data as per the equality of the records. Understanding the Problem ... Read More

How to move and overwrite files and folders using Python?

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 12:01:03

767 Views

The files are very important documents in our systems. In files we store our important data and moving these files is also an important task to organize the system. So we will learn how to move and also overwrite the files and folders using Python modules. Understanding the Logic for ... Read More

Finding the Summation of Nested Record Values in Python

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 11:58:04

29 Views

The problem statement requires finding the summation of nested record values using Python. Sometimes we are required to add the values present in the data so that time this approach can be useful as record is the powerful dataset in terms of updating or manipulating the data using the keys. ... Read More

Finding the Summation of Nested Dictionary Values in Python

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 10:49:14

270 Views

Sometimes we need to sum up the values of nested dictionary values so in this problem statement we are required to find the summation of the nested dictionary values using Python. Understanding the Problem The problem at hand is to find the summation of values present in the nested dictionary ... Read More

Find the Mirror Image of a String using Python

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 10:36:03

199 Views

In the given problem statement we are required to find the mirror image of a given string with the help of Python code. Understanding The Problem The problem at hand is to find the mirror image of the given string. The mirror image is the changed version of the given ... Read More

Maximum decreasing adjacent elements in JavaScript

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 23-Aug-2023 17:49:31

119 Views

In the given problem statement we are asked to find out maximum decreasing adjacent elements with the help of javascript functionalities. This problem can be solved with the help of a simple algorithm in javascript. Understanding the Logic Explaining the logic of the problem statement in more detail. The problem ... Read More

Mapping an array to a new array with default values in JavaScript

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 23-Aug-2023 17:46:32

594 Views

In the given problem statement we are required to map an array to a new array with default values with the help of javascript functionalities. In Javascript we have some built−in function to map an array to a new array as per the condition and requirement. What is an array ... Read More

Manipulating objects in array of objects in JavaScript

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 23-Aug-2023 17:41:43

2K+ Views

In the given problem statement we are asked to manipulate objects in an array of objects with the help of javascript functionalities. In Javascript we have some built−in functions called map(), reduce(), forEach() and filter() to manipulate the objects in an array. We can solve this problem with the help ... Read More

Manipulate Object to group based on Array Object List in JavaScript

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 23-Aug-2023 14:42:44

159 Views

The Given problem is stating to manipulate objects to group based on the output array object list with the help of javascript. Understanding the problem Before starting to write algorithms and programmes for the given problem first we will understand the logic behind the problem. Consider a set of objects ... Read More

Previous 1 ... 3 4 5 6 7 ... 20 Next
Advertisements