
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
1K+ Views
Plotting random points under a sine curve is a fascinating visual exercise that demonstrates the versatility of Matplotlib in Python. By generating random points and offsetting them along the y-axis, we can create a scatter plot that appears to follow the shape of a sine wave. This article delves ... Read More

Priya Mishra
172 Views
In the quest to combat the COVID-19 pandemic, accurate and accessible information about ICMR-approved test centers is crucial which can be done with the help of a python package called folium. This article explores how to leverage the power of Python and the folium package to plot these test centers ... Read More

Priya Mishra
2K+ Views
The Iris dataset is a widely recognized benchmark in data analysis and visualization using matplotlib and seaborn which are libraries of Python. This article presents a comprehensive guide on how to plot graphs for the Iris dataset using two powerful Python libraries: Seaborn and Matplotlib. Leveraging Seaborn's built-in Iris dataset, ... Read More

Priya Mishra
551 Views
The utilization of Python for cross-spectral density analysis offers an effective means of comprehending the frequency characteristics and interconnections among signals. In this article, we delve into the process of plotting cross-spectral density using Python and Matplotlib. By harnessing the capabilities of these libraries, we gain the ability to visually ... Read More

Priya Mishra
2K+ Views
In signal processing and waveform analysis, the sawtooth wave holds significant importance which can be plotted using Matplotlib. Understanding its behavior and visualizing it can aid in various applications, such as audio synthesis and digital communications. This article explores how to generate and plot a sawtooth wave using the ... Read More

Priya Mishra
2K+ Views
Python provides powerful tools like Dash and Plotly for creating interactive and dynamic visualizations using which we can create live graphs so that we can visualize data in real-time which is essential for gaining valuable insights. This article explores how to plot live graphs using Python Dash and Plotly. ... Read More

Priya Mishra
2K+ Views
In the world of financial analysis, candlestick charts are an essential tool for visualizing stock price data which can be plotted using mplfinance module in python. They provide valuable insights into market trends and patterns. By harnessing the capabilities of mplfinance, developers can generate visually compelling candlestick charts with ease. ... Read More

Priya Mishra
6K+ Views
Playing YouTube videos using Python is a powerful way to enhance your multimedia projects. Python's flexibility and extensive libraries provide developers with the tools to interact with YouTube's vast video collection programmatically. By leveraging the pytube library, developers can easily download YouTube videos and play them directly within their Python ... Read More

Priya Mishra
630 Views
TensorFlow is a widely-used platform for creating and training machine learning models, when designing a model in TensorFlow, you may need to create placeholders which are like empty containers that will later be filled with data during runtime. These placeholders are important because they allow your model to be more ... Read More

Priya Mishra
6K+ Views
With Tkinter, developers can create rich and interactive applications by incorporating article placeholders to dynamically present textual information. These placeholders act as containers for displaying text, allowing for easy manipulation and formatting. By leveraging the power of placeholders, developers can create user-friendly interfaces that enhance the overall user experience. ... Read More