
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
Priya Mishra has Published 159 Articles

Priya Mishra
514 Views
In the Tkinter library, which is a popular toolkit for creating Python-based graphical user interfaces (GUIs), the methods place_info(), pack_info(), and grid_info() play crucial roles in managing the positioning and layout of widgets within a window. These methods are essential tools for effectively organizing and arranging widgets in a window. ... Read More

Priya Mishra
2K+ Views
Tkinter, a popular GUI toolkit for Python, offers a plethora of tools to design intuitive and interactive interfaces, among these, the Place_forget() method stands out as a powerful tool for dynamic GUI layout manipulation. This method enables developers to effortlessly hide or remove widgets from a Tkinter window, providing a ... Read More

Priya Mishra
403 Views
Managing and isolating these packages can sometimes be a challenging task, especially when dealing with command-line tools, so hre comes Pipx, a powerful Python CLI package tool that simplifies package installation and management, offering a streamlined experience for developers and users alike. With Pipx, you can effortlessly install, upgrade, ... Read More

Priya Mishra
264 Views
Pipenv is an advanced tool for managing Python packages, Pipenv is specifically created to cater to the needs of Python developers. Its main objective is to make the management of dependencies and virtual environments in Python projects a hassle-free experience. With Pipenv, developers can easily create and manage customized ... Read More

Priya Mishra
582 Views
The Pygal library provides a powerful and intuitive way to create visually appealing pie charts in Python. Pie charts are a popular choice for displaying data distribution, and Pygal makes it easy to generate interactive SVG charts with customizable settings. With Pygal's user-friendly interface, we can easily define data, customize ... Read More

Priya Mishra
202 Views
CherryPy, a versatile Python web framework, offers a convenient and efficient way to perform addition and subtraction operations. In this article, we delve into the process of utilizing CherryPy to carry out basic arithmetic calculations within a web application. By leveraging CherryPy's lightweight and intuitive features, developers can effortlessly implement ... Read More

Priya Mishra
1K+ Views
The Pause method is an essential technique utilized in Selenium Python for implementing Action Chains. Action Chains allow users to perform complex interactions on web pages, such as hovering over elements, clicking and dragging, and more. By incorporating the Pause method, programmers can introduce specific time delays between actions, ... Read More

Priya Mishra
700 Views
Parkinson's Disease is a neurodegenerative disorder that affects millions worldwide, early and accurate diagnosis is crucial for effective treatment which can easily be done using machine learning in Python. This article explores the application of machine learning techniques in predicting Parkinson's Disease using a dataset from the UCI machine ... Read More

Priya Mishra
2K+ Views
Selenium is a robust tool that enables the automation of web browsers, and Python is widely employed for test automation, a significant aspect of Selenium is its capability to find elements on web pages through diverse approaches which can easily be done using the parent element method that emerges as ... Read More

Priya Mishra
5K+ Views
In PySpark, working with large datasets often requires extracting a random row from a DataFrame for various purposes such as sampling or testing. However, the process of selecting a random row can be challenging due to the distributed nature of Spark. In this article, we explore efficient techniques to ... Read More