Jaisshree has Published 121 Articles

Finding how much memory is being used by an object in Python

Jaisshree

Jaisshree

Updated on 23-Aug-2023 09:08:06

888 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

Fillna in Multiple Columns in Place in Python Pandas

Jaisshree

Jaisshree

Updated on 23-Aug-2023 09:05:14

2K+ 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

Filling area chart using plotly in Python

Jaisshree

Jaisshree

Updated on 23-Aug-2023 09:02:55

199 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

File Sharing App using Python

Jaisshree

Jaisshree

Updated on 23-Aug-2023 09:00:47

589 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

File Explorer IN Python Using Tkinter

Jaisshree

Jaisshree

Updated on 23-Aug-2023 08:58:05

2K+ 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

Fidget Spinner Using Python

Jaisshree

Jaisshree

Updated on 23-Aug-2023 08:56:52

266 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

Element Methods in Selenium Python

Jaisshree

Jaisshree

Updated on 23-Aug-2023 08:55:35

290 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

How to Create a Back Icon Using JQuery Mobile?

Jaisshree

Jaisshree

Updated on 21-Aug-2023 10:49:18

76 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

Create Horizontal Selects Controlgroups in jQuery Mobile

Jaisshree

Jaisshree

Updated on 21-Aug-2023 10:46:18

55 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

How to Create a Basic Empty HTML Canvas?

Jaisshree

Jaisshree

Updated on 21-Aug-2023 10:34:22

135 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

Advertisements