
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
Atharva Shah has Published 80 Articles

Atharva Shah
4K+ Views
Trading, investing, and other financial professionals need access to financial data since investment research is reliant on it. Yahoo Finance, which offers up-to-date market statistics, news, and analysis, is one of the most well-known sources of financial information. Python is a robust and flexible programming language that can be used ... Read More

Atharva Shah
1K+ Views
Data may be extracted from websites using the useful method known as web scraping and a popular Python package for web scraping is BeautifulSoup which offers a simple method for parsing HTML and XML documents, enabling us to extract certain data from web sites. Finding the siblings of a ... Read More

Atharva Shah
7K+ Views
Working with Python dictionaries, a powerful data type, necessitates an understanding of their size and memory requirements. Assuming you're working with word references in Python, you might have to decide their size to allot adequate memory or perform explicit activities. Fortunately, the size of a dictionary can be determined with ... Read More

Atharva Shah
4K+ Views
Finding the roots of polynomials is an essential operation in mathematics, and NumPy provides an easy and efficient way to accomplish this task. NumPy is a powerful library for scientific computing in Python, and its functions for polynomial manipulation are especially useful. Syntax The NumPy library has a function named ... Read More

Atharva Shah
466 Views
Profit and loss percent is an important financial metric that helps in analyzing the profitability of a business. It is calculated by finding the difference between the total revenue and total cost, and then dividing that value by the total cost. In this technical blog, we will learn how to ... Read More

Atharva Shah
565 Views
Pandas is a popular data manipulation and analysis library in Python that is widely used by data scientists and analysts. It provides several functions for working with data in Excel sheets. One of the most common tasks in analyzing financial data is finding the profit and loss in a given ... Read More

Atharva Shah
167 Views
Programmers frequently need to locate a number that is a multiple of another number. We have a number of methods available to us in Python to complete this task. This article will examine various approaches to locating a number that is a multiple of a given integer. The use of ... Read More

Atharva Shah
877 Views
HandCalcs is a Python module for automatic Latex report generation from Python code with minimal coding effort. HandCalcs uses Python's symbolic math library to track calculation history and translate it into LaTeX code. It can be used to automatically generate mathematical equations in LaTeX format. This module is a must-have ... Read More

Atharva Shah
3K+ Views
The file type HDF5 (Hierarchical Data Format 5) is frequently used for storing and handling huge and intricate data sets. It is the perfect option for scientific and industrial uses because it is made to be versatile, scalable, and effective. Python is one of the many programming languages that can ... Read More

Atharva Shah
2K+ Views
A Full Outer Join is an operation that combines the results of a left outer join and a right outer join. In PySpark, it is used to join two dataframes based on a specific condition where all the records from both dataframes are included in the output regardless of whether ... Read More