hello@codingtag.com
for Guest Paid Postings
Toggle navigation
Web
HTML
HTML Tags
CSS
Bootstrap
Bootstrap 4
Ajax
PHP
React.js
PHP Examples
Blogger
CodeIgniter
WordPress
Programming
C
C++
Java
JavaScript
jQuery
Node.js
Bun.js
Python
Interviews
Latest Tech
Cloud Computing
Blockchain
XR (Extended Reality)
News
Utilites
General
Shortcut Keys
cPanel & WHM Tutorials
Digital Marketing
Tools
How to Backup...
Microsoft Excel
Microsoft Outlook
Top 5 List
Guest Posting
Warrior Plus
Others
Blog
News
Artificial Intelligence
Business News
Data Center News
Market News
Science News
Tech News
Web Hosting and Cloud News
Cricket News
Exam
World History
Ancient India History
Medieval India History
Modern India History
Post Independence India
Physical Geography
Indian Geography
World Geography
Geography by Maps
Art and Culture
Coupons
Web Hosting Coupons
Free PDF
Tech Webinar PDFs
Technical Interviews Questions
☰
×
Introduction to Python
Python Introduction
Overview of Python
Download and Installation of Python
Why beginners should learn Python Language
Environment Setup of Python
Significance of Python in Machine Learning
How to use Python for Web Scraping and Data Extraction?
Fundamentals in Python
Variable in Python
Operators in Python
Loop in Python
Loop Requirement in Python
Input and Output in Python
Keywords in Python
Data Types in Python
Conditional Statements in Python
Functions in Python
Functions
def Keyword in Python
return Keyword in Python
Global and Local Variables in Python
Recursion in Python
*args and **kwargs in Python
Date and Time Function
Lambda Functions in Python
map() Function in Python
Data Structures in Python
Strings in Python
List in Python
Tuples in Python
Decision Making in Python
Sets in Python
Dictionary
Arrays in Python
List Comprehension in Python
Python OOPs Concepts
Python OOPs Concepts
File Handling in Python
File Handling in Python
Python Exception Handling
Python Exception Handling
Python Database Handling
Python MongoDB Tutorial
Python MySQL
Python Modules
Python Modules
asyncio in Python
Calendar in Python
Python collections Module
Working with csv files in Python
Python datetime module
Functools module in Python
hashlib module in Python
Heap queue or heapq in Python
Python Time Module
Python JSON
Python Itertools
Python Math Module
Python Random Module
Python RegEx
Python sys Module
OS Module in Python with Examples
OS Path Module in Python with examples
Python DSA Libraries
Python DSA Libraries
List of Python GUI Library and Packages
Data Science with Python
Python NumPy Tutorial
NumPy Introduction
Python NumPy
NumPy Array in Python
Basics of NumPy Arrays
Numpy - ndarray
Data type Object (dtype) in NumPy Python
Numpy - Array Creation
numpy.arange() in Python
numpy.zero() in Python
NumPy - Create array filled with all ones
NumPy - linspace() Function
numpy.eye() in Python
Creating a one-dimensional NumPy array
How to create an empty and a full NumPy array?
Create a NumPy array filled with all zeros - Python
How to generate 2-D Gaussian array using NumPy?
How to create a vector in Python using NumPy
Python - NumPy fromrecords() method
NumPy Copy and View of Array
How to Copy NumPy array into another array?
Appending values at the end of an NumPy array
How to swap columns of a given NumPy array?
Insert a new axis within a NumPy array
numpy.hstack() in Python
numpy.vstack() in Python
Joining NumPy Array
Combining a one and a two-dimensional NumPy Array
Numpy np.ma.concatenate() method
Numpy dstack() method
Splitting Arrays in NumPy
How to compare two NumPy arrays?
Find the union of two NumPy arrays
Find unique rows in a NumPy array
Numpy np.unique() method
numpy.trim_zeros() in Python
Matrix manipulation in Python
empty() function (numpy matrix operations)
zeros() function (numpy matrix operations)
ones() function (numpy matrix operations)
eye() function (numpy matrix operations)
identity() function (numpy matrix operations)
Adding and Subtractinng Matrices in Python
Example of Matrix Multiplication in NumPy
Numpy ndarray.dot() function
Vector Multiplication
How to calculate dot product of two vectors in Python?
Multiplication of two Matrices in Single line using Numpy in Python
Numpy np.eigvals() method
How to Calculate the determinant of a matrix using NumPy?
Numpy matrix.transpose()
Numpy matrix.var()
Compute the inverse of a matrix using NumPy
Binary Operations
Mathematical Function
String Functions & Operations
Reshape NumPy Array
Numpy matrix.resize()
Numpy matrix.reshape()
NumPy Array Shape
Change the dimension of a NumPy array
numpy.ndarray.resize() function
Flatten a Matrix in Python using NumPy
numpy.moveaxis() function
numpy.swapaxes() function
Numpy matrix.swapaxes()
numpy.vsplit() function
numpy.hsplit() function
Numpy MaskedArray.reshape() funnction
Numpy matrix.squeeze()
Basic Slicing and Advanced Indexing in NumPy
numpy.compress() in Python
Accessing Data Along Multiple Dimensions Arrays in Python Numpy
How to access different rows of a multidimensional NumPy array?
numpy.tril_indices() function
NumPy Array Broadcasting
Estimation of Variable
Operations on Numpy Arrays
How to use the NumPy sum function?
numpy.divide() in Python
numpy.inner() in Python
Absolute Deviation and Absolute Mean Deviation using NumPy
Calculate standard deviation of a Matrix in Python
numpy.gcd() in Python
Linear Algebra
Get the QR factorization of a given NumPy array
How to get the magnitude of a vector in NumPy?
How to compute the eigenvalues and right eigenvectors of a given square array using NumPy?
ranf() function in NumPy array
random() function NumPy array
random_sample() function in NumPy array
sample() function in NumPy array
random_integers() function in NumPy array
randint() function in NumPy array
numpy.random.choice() in Python
How to choose elements from the list with different probability using NumPy?
How to get weighted random choice in Python?
numpy.random.shuffle() in python
numpy.random.geometric() in Python
numpy.random.permutation() in Python
Searching in a NumPy array
How to sort NumPy Array?
Sorting, Searching and Counting
Variations in different Sorting techniques in Python
numpy.sort_complex() in python
Numpy np.ma.mini() method
Numpy matrix.sort()
Numpy matrix.argsort()
Universal functions
Create your own universal function in NumPy
Create a white image using NumPy in Python
Convert a NumPy array to an image
How to Convert images to NumPy array?
How to Convert an image to NumPy array and saveit to CSV file using Python?
Python program to print checkerboard pattern of nxn using numpy
Implementation of neural network from scratch using NumPy
Analyzing Selling Price of used Cars using Python
Python Pandas Tutorial
Pandas Introduction
How to install Pandas in Python?
How to use Jupyter Notebook
Creating a Pandas DataFrame
Python Pandas Series
Creating a Pandas Series
Pandas Dataframe/Series.head() method
Pandas Dataframe/Series.tail() method
Pandas Dataframe describe()
Dealing with Rows and Columns in Pandas DataFrame
Pandas Extracting rows using .loc[]
Extracting rows using Pandas .iloc[]
Indexing and Selecting Data with Pandas
Boolean Indexing in Pandas
Pandas DataFrame.ix[]
Pandas Series.str.slice()
How to take column-slices of DataFrame in Pandas?
Pandas.apply()
Apply function to every row in a Pandas DataFrame
Pandas Series.apply()
Pandas dataframe.aggregate()
Pandas DataFrame mean()
Pandas Series.mean()
Pandas dataframe.mad()
Pandas Series.mad() to calculate Mean Absolute Deviation of a series
Pandas dataframe.sem()
Pandas Series.value_counts()
Pandas Index.value_counts()
Applying Lambda functions to Pandas Dataframe
Adding New Coloumn to Existing DataFrame using Pandas
Delete rows/coloumns from DataFrame using Pandas.drop()
Pandas DataFrame.truncate
Pandas Series.truncate()
Iterating over rows and columns in Pandas DataFrame
Pandas Dataframe.sort_values()
How to add one row in existing Pandas DataFrame?
Pandas GroupBy
Grouping Rows in pandas
Combining Multiple Columns in Pandas groupby with Dictionary
Pandas Merging, Joining, and Concatenating
Pandas Series.str.cat() to concatenate string
Pandas dataframe.append()
Pandas Series.append()
Pandas Index.append()
Pandas Series.combine()
Add a row at top in pandas DataFrame
Pandas str.join() to join string/list elements with passed delimiter
Join two text coloumns into a single column in Pandas
How to compare two Dataframes with Pandas compare?
How to compare the elements of the two Pandas Series?
Working with date and time using Pandas
Pandas Timestamp.timestamp
Pandas Timestamp.now
Timestamp.isoformat
Timestamp.date
Timestamp.replace
Pandas.to_datetime()
pandas.date_range()
Pandas Working with Text Data
Pandas Series.str.lower(), upper() and title()
Pandas Series.str.replace() to replace text in a series
Pandas Series.replace()
Pandas Series.str.strip(),Istrip() and rstrip()
Pandas tseries.offsets.DateOffset
Pandas Read CSV in Python
Saving a Pandas Dataframe as a CSV
Loading Excel spreadsheet as pandas DataFrame
Creating a dataframe using Excel files
Working with Pandas and XlsxWriter
Data Visualization with Pandas
Data analysis and Visualization with Python
Box plot visualization with Pandas and seaborn
Convert CSV to HTML Table in Python
KDE Plot Visualization with Pandas and Seaborn
Add CSS to the Jupyter Notebook using Pandas
Pandas Interview Questions
Python Matplotlib Tutorial
Matplotlib Tutorial
Environment Setup for Matplotlib
Using Matplolib with Jupyter Notebook
Introduction to Maplotlib
Matplotlib Pyplot
Axes Class
How to Create Multiple Subplots in Matplotlib in Python?
How to add title to subplots in Matplotlib?
How to set a single main title for all the subplots in Matplotlib?
How to turn off the axes for subplots in Matplotlib?
How to create different subplot sizes in Matplotlib?
How to set the spacing between subplots in Matplotlib in Python?
Matplotlib.pyplot.legend() in Python
Matplotlib.axes.Axes.legend() in Python
Change the legend position in Matplotlib
How to change Legend Font Size in Marplolib?
How to change the vertical spacing between legend entries in Matplotlib?
Use Multiple Columns in a Matplotlib Legend
How to create a Single Legend for all subplots in Matplotlib
How to manually add a legend with a color box on a Matplotlib figure?
How to place legend outside of the Plot in Matplotlib?
How to Remove the legend in Matplotlib?
Remove the legend border in Matplotlib
Line chart in Matplotlib
Line plot styles in Matplotlib
Plot Multiple lines in Matplotlib
Change the line opacity in Matplotlib
Increase the thickness of a line with Matplotlib
How to fill between multiple lines in Matplotlib?
Bar Plot in Matplotlib
Draw a horizontal bar chart with Matplotlib
Create a stacked bar plot in Matplotlib
Stacked Percentage Bar Plot in Matplotlib
Plotting back-to-back bar charts Matplotlib
How to display the value of each bar in a bar chart using Matplotlib?
How to annotate bars in Barplot with Matplotlib in Python?
How to Annotate Bars in Grouped Barplot in Python?
Plotting Histogram in Python using Matplotlib
Create a cumulative histogram in Matplotlib
How to plot two histograms together in Matplotlib?
Overlapping Histograms with Matplotlib in Python
Bin Size in Matplotlib Histogram
Matplotlib Scatter
How to add a legend to a scatter plot in Matplotlib?
How to connect scatterplot points with line in Matplotlib?
How to create a Scatter Plot with several colorss in Matplotlib?
How to increase the size of scatter points in Matplotlib?
Plot a Pie Chart in Python using Matplotlib
How to set border for wedges in Matplotlib pie chart?
Radially displace pir chart wedge in Matplotlib
Three-dimensional Plotting in Python using Matplotlib
3D Scatter plotting in Python using Matplotlib
3D Surface plotting in Python using Matplotlib
3D Wireframe plotting in Python using Matplotlib
3D Contour Plotting in Python using Matplotlib