Atharva Shah has Published 81 Articles

Flipping Tiles (memory game) using Python3

Atharva Shah

Atharva Shah

Updated on 22-Aug-2023 17:50:42

121 Views

Welcome to this blog post where we will be discussing the implementation of a fun game called Flip! using Python. Flip! is a game that involves flipping over tiles on a 4x4 grid to reveal their color. The objective of the game is to flip over all the tiles while ... Read More

Flipkart Reviews Sentiment Analysis using Python

Atharva Shah

Atharva Shah

Updated on 22-Aug-2023 17:48:39

254 Views

One of the biggest online markets in India is Flipkart, where shoppers can buy everything from gadgets to apparel. Any commercial service must examine the tone of the evaluations in order to enhance their services as a result of the growing number of consumers and their feedback. To detect whether ... Read More

Flipkart Product Price Tracker using Python

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 17:09:16

206 Views

Flipkart, one of India's biggest online retailers, offers a variety of products at competitive costs, yet it may be difficult to manually monitor pricing due to Flipkart's rapid price fluctuations in response to discounts and offers. This step-by-step tutorial will teach you how to build a Python Flipkart product price ... Read More

Flight-price checker using Python and Selenium

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 17:08:10

459 Views

Web scraping has been a useful technique for extracting data from websites for various purposes, including price checking for airline tickets. In this article, we will explore how to build a flight price checker using Selenium, a popular web testing automation tool. By leveraging Selenium's capabilities, we can automate the ... Read More

Flattening JSON objects in Python

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 17:07:06

2K+ Views

JSON (JavaScript Object Notation) is a lightweight data interchange format. It is extensively used in web applications for transmitting data between the server and the client. JSON data often comes in a nested format, which can be difficult to manipulate. Flattening JSON objects involves converting complex hierarchical JSON structures to ... Read More

Flask project – Create a Joke App with PyJokes

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 17:05:32

63 Views

Flask is an incredible choice in the event that you're a Python engineer needing to fabricate a web application. It is a lightweight web framework that is easy to use and understand. Using PyJokes, a Python package with a large number of jokes, we'll show you how to use Flask ... Read More

Flask NEWS Application Using Newsapi

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 16:41:01

169 Views

Python developers may create tiny to medium-sized web apps using the well-liked Flask web framework. It is easy to operate and lightweight. This project showcases the use of the News API, a well-known API for gathering news headlines and stories from many sources, to build a straightforward news application. Installation ... Read More

Finding the Quantile and Decile Ranks of a Pandas DataFrame column

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 16:36:52

257 Views

Quantile and decile ranks are commonly used statistical measures to determine the position of an observation in a dataset relative to the rest of the dataset. In this technical blog, we will explore how to find the quantile and decile ranks of a Pandas DataFrame column in Python. Installation and ... Read More

Finding the outlier points from Matplotlib

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 16:35:34

576 Views

Outliers, or data points that are markedly different from other observations, are frequently encountered in data analysis. To prevent them from skewing the outcomes of statistical analysis, it is essential to recognise and handle these outliers. We will look at finding the outlier points from Matplotlib, a well-known Python data ... Read More

Finding the largest file in a directory using Python

Atharva Shah

Atharva Shah

Updated on 21-Aug-2023 16:32:05

465 Views

Finding the largest file may be helpful in a number of circumstances, including locating the biggest files on a hard drive to make room for smaller ones or examining the size distribution of files in a directory. The biggest file in a directory may be found using a Python script, ... Read More

Advertisements