
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
2K+ Views
The well-known open-source Python library NumPy is used for numerical computing. Large, multi-dimensional arrays and matrices are supported, along with a sizable number of sophisticated mathematical operations that can be used to work effectively on these arrays. When working with NumPy arrays, finding the maximum and minimum elements is often ... Read More

Jaisshree
2K+ Views
Memory is frequently set up in a computer system as a series of binary digits, or bits. Each byte is given a unique memory location that may be used to read from or write to the byte's value. Bytes, which can be interpreted as characters, integers, floating-point numbers, or ... Read More

Jaisshree
464 Views
Plotly is a library in Python which is very useful in plotting various kinds of graphs and charts. It is an interactive visualization library used to create quality graphs for publications. Somes of the graphs and charts that can be visualized with plotly include line plots, scatter plots, area charts, ... Read More

Jaisshree
1K+ Views
Bluetooth and WhatsApp are often used to send files from one device to another. Although both these methods are quite convenient, having a simple QR Code to tap into other devices’ documents is satisfyingly fun. Especially, when this can be done in minutes using Python. With the help of Python ... Read More

Jaisshree
4K+ Views
Tkinter is a Python toolkit library used to build interfaces, design applications and create Graphical User Interfaces (GUIs). It originated from the Tcl programming language, which Python uses as a wrapper around Tk GUI Toolkit. Now it is used mostly with Python. It is a versatile tool where you can ... Read More

Jaisshree
774 Views
Fidget Spinner is one of the fun and interesting projects that can be made possible using existing Python modules. A fidget spinner is a device that remains stationary in one place and keeps spinning as long as the person flicks it constantly, or else it will stop spinning completely. To ... Read More

Jaisshree
691 Views
Selenium, an open source automation testing tool is used with other programming scripts like python , java , javascript and pearl to test web applications. It is widely used by developers for automation testing. Element Methods of Selenium 1. send_keys () − Used for setting up input text boxes ... Read More

Jaisshree
176 Views
jQuery Mobile is a framework that helps programmers construct mobile-friendly web pages. A back icon returns to the previous page or screen when clicked. The data-rel="back" property in jQuery Mobile generates a back button. It is often decorated with predefined classes that determine the button's form, color, and icon. You ... Read More

Jaisshree
132 Views
The Horizontal Select Control Group is an interface component that enables users to choose from a range of choices that are presented horizontally. Step 1: Include jQuery Mobile in your project Include jQuery Mobile in your project as the first stage in creating a Horizontal Select Control Group. jQuery Mobile's ... Read More

Jaisshree
382 Views
HTML canvas is a sophisticated web−based tool for producing interactive and dynamic visuals. Developers may use JavaScript to edit the canvas element to create animations, games, data visualizations, and more. There are alternative methods to create empty HTML Canvas − Fabric.js is a simple JavaScript library for working with the ... Read More