
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
Manthan Ghasadiya has Published 34 Articles

Manthan Ghasadiya
1K+ Views
A boxplot, also known as a box-and-whisker plot, is a graphical representation of a dataset that displays the median, quartiles, and outliers of the data. The box represents the interquartile range (IQR), which is the range between the 25th and 75th percentiles of the data. The median is shown as ... Read More

Manthan Ghasadiya
14K+ Views
Pandas is a powerful and popular data manipulation library in Python that provides a flexible and efficient way to handle and analyze data. One of the key features of Pandas is its DataFrame object, which is a two-dimensional tabular data structure similar to a spreadsheet or a SQL table. ... Read More

Manthan Ghasadiya
649 Views
Meteograms are graphical representations of weather data over a specific time period, typically displayed on a single plot. They provide a concise and visual way to represent multiple weather variables, such as temperature, humidity, wind speed, precipitation, etc., over time. Meteograms are widely used in meteorology and weather forecasting to ... Read More

Manthan Ghasadiya
4K+ Views
Django is a Python web framework developer used to develop web applications faster and write down easy code syntax. Also, Django is a full feature rich application as it contains many features, including the Django signals. In Django, signals are used to trigger some function whenever any event occurs. For ... Read More

Manthan Ghasadiya
1K+ Views
An Area Chart is like a magician's hat of data visualization - it pulls out information about the cumulative magnitude of different variables over time or any other ordered dimension. You can see the magic happen as the chart unfolds, showing you the total magnitude of the variables in the ... Read More

Manthan Ghasadiya
6K+ Views
PyGame Pygame is a Python library used to develop games and multimedia applications. It provides functionality for handling user input, graphics, sound, and other multimedia-related tasks. Pygame is built on the SDL (Simple DirectMedia Layer) library, providing low-level access to audio, keyboard, mouse, joystick, and graphics hardware. Pygame provides a ... Read More

Manthan Ghasadiya
1K+ Views
Django is a Python web framework. Developers can use Django to develop web applications rapidly, and the Django framework contains multiple libraries and tools to improve the web development experience. The Django project contains various features, such as automatic admin interface integration, built-in form handling, URL and user request handling, ... Read More

Manthan Ghasadiya
668 Views
In KivyMD-Python, a banner is a graphical element that displays a short message or notification to the user. It can be used to inform the user about the status of the application, such as the successful completion of a task or an error that occurred. Banners can be customized in ... Read More

Manthan Ghasadiya
258 Views
Metaclasses are a concept in object-oriented programming where a class is an instance of another class, known as the metaclass. They allow for the customization of class creation and behaviour, enabling the creation of classes with specific attributes and methods. A metaclass is the blueprint of the class itself, just ... Read More

Manthan Ghasadiya
2K+ Views
Matplotlib is a powerful Python library used for data visualization and creating 2D plots. It provides various tools for creating static, animated, and interactive plots, including line plots, scatter plots, bar plots, histograms, etc. Matplotlib is highly customizable, allowing users to adjust colors, fonts, and other visual elements to create ... Read More