Atharva Shah has Published 81 Articles

Differences and Applications of List, Tuple, Set and Dictionary in Python

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:56:09

2K+ Views

The high-level, interpreted programming language Python comes with a number of built-in data structures, including lists, tuples, sets, and dictionaries. These data structures are essential to the Python programming environment because they provide efficient ways to store and manage data. This article compares and contrasts several data structures, highlighting their ... Read More

Flask form submission without Page Reload

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:52:51

2K+ Views

Online apps are growing more and more common and are now a necessary part of our daily life. Form submission is one of the essential components of online applications. The standard procedure when completing a form on a web page is to click the submit button, which delivers the information ... Read More

Flask Development Server

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:51:43

148 Views

Because of its notoriety and lightweight plan, Flaskis a Python web application structure that is regularly used to make online applications. It provides programmers with the resources they require to develop web applications with less redundant code. The Flask server, which is utilized to execute web applications while they are ... Read More

Get latest Government job information using Python

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:51:03

87 Views

Since they provide job stability, respectable pay, and several other advantages, government jobs are in high demand worldwide. Finding and managing these notifications, though, may be a difficult process. This article will teach you how to scrape the web for the most recent government employment announcements using Python. Installation and ... Read More

Get last n records of a Pandas DataFrame

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:50:17

1K+ Views

Data analysis frequently faces the issue of working with enormous datasets, which frequently necessitates data modification to yield valuable insights. The ability to extract the most recent n entries from a Pandas DataFrame might be helpful in certain circumstances. The goal of this article is to offer a thorough how-to ... Read More

Get information about YouTube Channel using Python

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:48:53

776 Views

YouTube, the world's largest video-sharing website, hosts a wide variety of media. Individuals or groups can create channels on YouTube, and recordings can be uploaded for others to view. Using Python, we will use the Google API in this tutorial to learn more about a YouTube channel. Installation pip ... Read More

Get Indian Railways Station code Using Python

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:48:07

130 Views

Web scraping is only one of the many uses for the flexible programming language Python. We'll discover how to use Python to extract station codes for Indian Railways in this blog post. Each Indian railway station has a specific identification number, or station code. They are used to make reservations ... Read More

Get index in the list of objects by attribute in Python

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:47:00

577 Views

Lists are a common data structure in Python for storing a collection of objects. On occasion, you might need to locate the index of a certain item in the list using the value of a particular characteristic. This can be a difficult process, particularly if the list has a lot ... Read More

Get Flight Status using Python

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:46:16

443 Views

"Flight status" refers to the present condition of a flight, such as whether it is on schedule, running behind schedule, or being cancelled. You may find out the status of a flight by visiting the airline's website and entering the flight number or the airports of departure and arrival. The ... Read More

Get first n records of a Pandas DataFrame

Atharva Shah

Atharva Shah

Updated on 18-Jul-2023 17:44:27

1K+ Views

Working with large datasets in Pandas can often be a daunting task, especially when it comes to retrieving the first few records of a dataset. In this article, we will explore the various ways to get the first n records of a Pandas DataFrame. Installation and Syntax We must make ... Read More

Previous 1 ... 3 4 5 6 7 ... 9 Next
Advertisements