
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
Jaisshree has Published 120 Articles

Jaisshree
3K+ Views
Python has an open-source built-in library called Pandas for data analysis and manipulation. It has a well-defined data structure called DataFrame, similar to a table. It can also be used for writing and reading data from various types of files like CSV, Excel, SQL databases, etc. fillna() is a method ... Read More

Jaisshree
3K+ Views
A skewed background is a design effect that creates a diagonal or angled appearance on the background of a web page or element. This effect can be achieved using CSS transforms to skew the container element, along with other CSS properties like background-color, gradients, and images to create the desired ... Read More

Jaisshree
208 Views
The element is used to define list items within an ordered list () or an unordered list (). The element stands for "list item". Bullets are often used only for unordered lists. In HTML, unordered lists are created using the element and each list item is defined ... Read More

Jaisshree
106 Views
The revolutionary impact of CSS3 on web design cannot be overstated. This modern technology has not only enriched the visual appeal of web pages but also enhanced user engagement. Among the myriad of features that CSS3 offers, the creation of distinctive CSS3 properties for each corner of a web element ... Read More

Jaisshree
885 Views
It is crucial to remain updated with the most recent knowledge in the fast-paced world of today. Making customizable notifications in JavaScript is one approach to accomplish this. Users may get vital messages catered to their own requirements with customizable alerts. Syntax function Alert(message, alert type) Message parameter ... Read More

Jaisshree
2K+ Views
The datetime.date class in Python provides a convenient way to represent and manipulate dates. The fromisoformat() method lets in you to create a date object from a string in the ISO layout. The fromisoformat() feature will parse a string in ISO 8601 format and create a date object that represents ... Read More

Jaisshree
1K+ Views
Matplotlib is a popular data visualization library in Python that provides a variety of plots and charts to represent data in a meaningful way. One of the important aspects of data visualization is formatting the axes to efficiently communicate the information. In this blog, we will discuss different methods of ... Read More

Jaisshree
276 Views
Numpy is an open-source library in Python used for numerical computing, scientific computing, data analysis, and machine learning applications. This library has powerful array methods and tools to perform vector and matrix operations. You must install the NumPy module manually since it is not a component of the default Python ... Read More

Jaisshree
648 Views
Numpy is often used along with packages such as SciPy and matplotlib in python. Additionally, arrays in Numpy are faster compared to lists in Python due to which this module is extensively used for complex mathematical algorithms and problems. It has various functions, and methods, to make our task easy ... Read More

Jaisshree
3K+ Views
Python users frequently work with files, particularly when altering, reading, or writing data to files. However, identifying a file's path is necessary before performing any operation on it. Simply said, a file's path refers to the system location or directory where it is kept. There are four major types of ... Read More