Nikitasha Shrivastava has Published 196 Articles

Python - Move Word to Rear end

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 17:47:01

51 Views

The given problem is required to create a Python program to move a word to the rear end of the given string. So we will be having a Python code with the help of it we will be able to move the word to the specified place. Understanding the logic ... Read More

Python - Minimum in each record value list

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 13:33:11

41 Views

The problem statement says that we have to find the minimum value present in each record value list. So in this article we will see different ways to find the minimum in each record. Understanding the problem In the given problem we are required to find the minimum value of ... Read More

Python - Minimum Product Pair in List

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 13:28:27

45 Views

In the given problem statement, we have to find the minimum product pair in the given list and list of tuples. So we will use Python to implement the code. Understanding the Problem The problem at hand is to find the minimum product from the given list and create ... Read More

Python - Minimum in tuple list value

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 13:27:12

75 Views

The problem at hand is to find the minimum value from the given tuple list using python programming language. So basically whenever we talk about finding the minimum value we use the min function defined in the built-in function of Python. In this article we will see different approaches to ... Read More

Python - Minimum identical consecutive Subarray

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 13:10:16

25 Views

The problem we have is to find the minimum identical consecutive subarray in the given array and implement this algorithm using Python. So we will use basic functionalities of Python to get the desired result. Understanding the Problem In the given problem statement we are required to find the shortest ... Read More

Notebook in Python GTK+ 3

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 13:09:18

72 Views

In this article we will be creating the multi tabbed Notebook Graphical user interface with the help of Python GTK + 3. So we will be creating a window which will look like a notebook. Understanding the Problem The problem at hand is to create a notebook using Python GTK ... Read More

Moving an object in PyGame

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 13:08:29

294 Views

The given problem is to develop a program for moving an object with the help of PyGame, which is a set of Python modules to develop video games. Understanding the problem and its Logic So in this article we will create an algorithm and program to move an object from ... Read More

Move() function in wxPython

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 13:05:22

36 Views

In this article, we are required to perform the move operation using the move function which is a built-in function in wxPython. And ‘wxPython’ is basically a GUI library of Python. What is wxPython? As we know that Python provides many libraries for developers to improve the code and minimize ... Read More

Move Files to Creation and Modification Date Named Directories using Python

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 12:04:47

73 Views

In this problem statement we have to move all the files in the folder with the name of creation and modification date directory with the help of Python. In this task we will use some predefined libraries of Python for smooth processing of relocating the files. Understanding the Problem As ... Read More

Move all the files from subfolders to the main folder using Python

Nikitasha Shrivastava

Nikitasha Shrivastava

Updated on 16-Oct-2023 12:04:10

358 Views

The given problem statement is to relocate all the files from the subfolders to the main folder using Python. So we will use the OS and Shutil libraries of Python to do this task. Understanding the Logic for the Problem In this task, we are required to move all the ... Read More

Advertisements