
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
Vikram Chiluka has Published 249 Articles

Vikram Chiluka
1K+ Views
In this article, we will go through Python's mathematical constants and how to use them. Some of the defined constants that can be utilized in a variety of mathematical operations are included in the math module. These mathematical constants return values that are equivalent to their standard defined values. The ... Read More

Vikram Chiluka
3K+ Views
In this article, we will show you how to sort an array in NumPy by the nth column both in ascending and descending order in python. NumPy is a Python library designed to work efficiently with arrays in Python. It is fast, simple to learn, and efficient in storage. It ... Read More

Vikram Chiluka
3K+ Views
In this article, we will show you why to use NumPy arrays instead of nested Python lists, and the similarities and differences between them. Python NumPy Library NumPy is a Python library designed to work efficiently with arrays in Python. It is fast, simple to learn, and efficient in storage. ... Read More

Vikram Chiluka
4K+ Views
In this article, we will show you the differences between seaborn and matplotlib libraries for data visualization in python. MATLAB is often regarded as the greatest tool for creating graphs and charts, but not everyone has access to it. In Python, there are several interactive modules that allow us to ... Read More

Vikram Chiluka
11K+ Views
In this article, we will show you how to create a vector or matrix in Python. NumPy is a Python library designed to work efficiently with arrays in Python. It is fast, simple to learn, and efficient in storage. In NumPy, we may generate an n-dimensional array. What are ... Read More

Vikram Chiluka
22K+ Views
In this article, we will show you the preferred methods to check for an empty array in Numpy. NumPy is a Python library designed to work efficiently with arrays in Python. It is fast, simple to learn, and efficient in storage. It also improves the way data is handled ... Read More

Vikram Chiluka
3K+ Views
In this article, we will explain to you the PEP i.e Python Enhancement Proposal in Python. PEP is an abbreviation for Python Enhancement Proposal. A PEP is a design document that informs the Python community or describes a new feature for Python, its processes, or its environment. The PEP ... Read More

Vikram Chiluka
879 Views
In this article, we will explain universal functions in python and how they are applied to n-dimensional arrays. A universal function (or ufunc) is a function that operates on ndarrays element by element, providing array broadcasting, type casting, and a variety of other standard features. A ufunc, in other words, ... Read More

Vikram Chiluka
371 Views
In this article, we will look at some of the features of pandas that people like and dislike Pandas Pandas is a Python data analysis library. Wes McKinney founded pandas in 2008 out of a need for a robust and versatile quantitative analysis tool, and it has grown to become ... Read More

Vikram Chiluka
258 Views
In this article, we will show you a list of a few statistical methods of NumPy library in python. Statistics is dealing with collecting and analyzing data. It describes methods for collecting samples, describing data, and concluding data. NumPy is the core package for scientific calculations, hence NumPy statistical Functions ... Read More