
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Nikitasha Shrivastava has Published 194 Articles

Nikitasha Shrivastava
1K+ 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

Nikitasha Shrivastava
147 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

Nikitasha Shrivastava
271 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

Nikitasha Shrivastava
1K+ 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

Nikitasha Shrivastava
93 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

Nikitasha Shrivastava
90 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

Nikitasha Shrivastava
3K+ 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

Nikitasha Shrivastava
107 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

Nikitasha Shrivastava
856 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

Nikitasha Shrivastava
540 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