Atharva Shah has Published 81 Articles

Food Recognition Selenium using Calorie Mama API

Atharva Shah

Atharva Shah

Updated on 18-Apr-2023 12:05:18

302 Views

An open-source program used to automate web browsers is called Selenium Webdriver. It offers a platform-independent testing framework for web applications on many platforms and browsers. With the use of deep learning and computer vision algorithms, the food identification API Caloriemama can recognise different foods and their nutritional values from ... Read More

Ethical Hacking with Python

Atharva Shah

Atharva Shah

Updated on 18-Apr-2023 11:59:23

603 Views

Python is an increasingly popular programming language for Ethical Hacking, especially in today's digital world, where security is paramount. With the rise of cybercrime, it's essential to take proactive measures to safeguard our online assets. Ethical Hacking is a critical step in this process, involving the identification and resolution of ... Read More

harmonic_mean() in Python

Atharva Shah

Atharva Shah

Updated on 18-Apr-2023 11:49:39

351 Views

Calculating the average of a collection of data is done using the statistical measure of central tendency known as the harmonic mean. The harmonic mean of a given collection of integers may be determined in Python using the harmonic mean() function. Python 3.0 and subsequent versions of the language come ... Read More

Handling timezone in Python

Atharva Shah

Atharva Shah

Updated on 18-Apr-2023 11:48:34

17K+ Views

A timezone is a geographic area where all the clocks are set to the same standard time, but owing to political choices, historical time zone changes, disparities in daylight saving time, and other factors, various locations may have distinct time offsets. A collection of classes for working with dates, times, ... Read More

How to apply different titles for each different subplots using Plotly in Python?

Atharva Shah

Atharva Shah

Updated on 24-Mar-2023 15:17:39

4K+ Views

Introduction Subplot creation is one of several tools for data visualization provided by the Python library Plotly. A big narrative can be broken up into multiple smaller ones using subplots. Sometimes, in order to give the main story greater depth and consistency, it may be essential to give each subplot ... Read More

How to Annotate Matplotlib Scatter Plots?

Atharva Shah

Atharva Shah

Updated on 24-Mar-2023 15:14:36

3K+ Views

Introduction Scatter plots are an essential tool for illustrating the connection between two continuous variables. They help us identify potential anomalies, patterns, and trends in the data. Yet, scatter charts can also be hard to interpret when there are numerous data points. If comments are made, some points of interest ... Read More

How to Annotate Bars in Grouped Barplot in Python?

Atharva Shah

Atharva Shah

Updated on 24-Mar-2023 15:13:21

1K+ Views

Introduction As data visualization becomes an integral part of every data analysis project, bar plots serve as a great tool to represent categorical data. Grouped bar plots in particular are useful when we want to compare multiple groups side-by-side. Syntax and Use Cases Annotations can be added to a bar ... Read More

How To Annotate Bars in Bar Plot with Matplotlib in Python?

Atharva Shah

Atharva Shah

Updated on 24-Mar-2023 15:04:43

5K+ Views

Introduction Bar plots are a common sort of chart used in data visualization. They are a go-to choice for many data scientists since they are easy to produce and comprehend. Bar charts, however, might fall short when we need to visualize additional information. Annotations are useful in this situation. In ... Read More

How to animate an object using the Arcade module?

Atharva Shah

Atharva Shah

Updated on 24-Mar-2023 15:03:18

277 Views

Introduction Python's Arcade module allows users to build interactive animations. It has simple and straightforward documentation for making interactive games, and its object-oriented architecture makes working with animated objects simple. Wonderful Animations with Arcade Module The Arcade module in Python is a Python library for creating 2D video games and ... Read More

How to Adjust the Number of Ticks in Seaborn Plots?

Atharva Shah

Atharva Shah

Updated on 24-Mar-2023 14:44:38

12K+ Views

Introduction Ticks are tiny symbols that Matplotlib uses to represent the positions of data points on both axes of a plot. They may be positioned to best fit the data range and are used to highlight certain locations on the x and y axes. Usually, ticks may be labeled to ... Read More

Advertisements