
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
8K+ Views
In this article, we will show you what is a sparse matrix and how to create a sparse matrix in python. What is a sparse matrix? A sparse matrix is one in which most of the elements are 0. That is, the matrix only contains data in a few positions. ... Read More

Vikram Chiluka
321 Views
Python is a computer programming language that is frequently used to create websites and software, automate tasks, and analyze data. Python is a general-purpose programming language, which means it can be used to create a wide range of programs and is not specialized for any particular problem. This versatility, combined ... Read More

Vikram Chiluka
368 Views
What is Big Data? Big Data is a massive collection of data that is growing exponentially over time. It is a data set that is so large and complex that traditional data management tools cannot store or process it efficiently. Big data is a type of data that is extremely ... Read More

Vikram Chiluka
484 Views
In this article, we will show you various Python libraries for visualization and their features. In today's day and age, viewing the results of our analysis and inferring results is often more convenient than going through textual data or CSV files to understand the results. As a result, data visualization ... Read More

Vikram Chiluka
18K+ Views
In this article, we will show you how to convert a dictionary to a matrix or a NumPy array using the array() function of the NumPy library in python. It is sometimes necessary to convert a dictionary in Python into a NumPy array, and Python provides an efficient way of ... Read More

Vikram Chiluka
947 Views
Python is a computer programming language that is frequently used to create websites and software, automate tasks, and analyze data. Data Analysis Data analysis is defined as the process of cleaning, transforming, and modeling data in order to find useful information for business decisions. The goal of data analysis is ... Read More

Vikram Chiluka
1K+ Views
This article will show you how to install Numpy in Python on MacOS using 3 different methods as below. Using Homebrew Using Anaconda Using pip What is Numpy NumPy is gaining popularity and being used in various commercial systems. As a result, it's critical to understand what this ... Read More

Vikram Chiluka
3K+ Views
In this article, we are going to the current figure number in Python’s matplotlib. Matplotlib is a Python library that is a numerical-mathematical extension of the NumPy library. Pyplot is a state-based interface to a Matplotlib module that provides MATLAB-like functionality. Line Plot, Contour, Histogram, Scatter, 3D Plot, and other ... Read More

Vikram Chiluka
7K+ Views
In this article, we will learn about the “with” statement in python and its uses. The with statement in Python replaces a try-catch block with a simple shorthand. More significantly, it ensures that resources are closed immediately after processing. Reading or writing to a file is a common use ... Read More

Vikram Chiluka
11K+ Views
It can be difficult for beginners to grasp the concept of Python modules and libraries. You can tell from the zoom-out content that each of them is a collection of codes. But there is a significant difference between them. In this article, we will show you the major difference between ... Read More