Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
»
About
Anuj Singh
Technical Content Writer @ IncludeHelp
Name
Anuj Singh
Course
Integrated Bachelor of Tech. Masters of Tech. in Biochemical Engineering
College/University
School of Biochemical Engineering, Indian Institute of Technology, BHU Varanasi
Technical skills
Languages: C, C++
His submissions
Python
Python program to find the power of a number using loop
Python program to extract and print digits in reverse order of a number
Python program for plotting in same and different graph
Histogram using Pylab in Python
Python program for swapping the value of two integers without third variable
Python program for swapping the value of two integers
Python program to find the matched characters in a given string
Python program for Tower of Hanoi
Python program to find standard deviation
Python program to find the variance
Python program Tower of Hanoi (modified)
Python program to convert Centimeter to Inches
Python program to convert meters into yards
Python program to convert yards into meters
Python program to capitalize the character without using a function
Python program to lowercase the character without using a function
Python program for rolling the dice (2-player dice game)
Python program for single dice simulation
Python program for single biased dice simulation
Python program to design a dice throw function
Python program for biased coin flipping simulation
Python program to design a biased dice throw function
Python program to design a biased coin flip function
Python program for double biased dice simulation
Python program to design a coin flip function
Python program for double dice (one biased one normal) simulation
Python program to find greatest integer using floor() method
Python program to find the maximum EVEN number
Python program to find the maximum ODD number
Convert an integer value to the string using str() function in Python
Convert a float value to the string using str() function in Python
Python program to find the solution of a special sum series
Python program to find the power of a number using recursion
Python program to find the maximum multiple from given N numbers
Python program to find the least multiple from given N numbers
Snakes and ladder (Single player) in Python
Student height record program for a school in Python
Building Restaurant Menu using Class in Python
Optimization using Greedy Algorithm in Python
Program for students marks list using class in Python
Defining a Vector
Adding two vectors
Scalar Multiplication of Vector
Scalar Multiplication Property 1
Adding Dimension to the Vector
Calling ith dimensional Component of Vector
Vector Magnitude using Function
Program to build flashcard using class in Python
Greedy algorithm for a knapsack problem with the example of Robbery in Python
Creating a Matrix using Columns
Creating a Matrix using Rows
Calling Column of a Matrix
Calling Row of a Matrix
Matrix Addition
Defining Matrix using Numpy
Defining Vector using Numpy
Row numbers in a Matrix
Scalar Multiplication of Matrix
Shape of Matrix
(i,j) Element from a Matrix
Calling Column of a Matrix using Function
Calling Row of a Matrix using Function
Checking Square Matrix
Dot Product of Vectors
Scalar Multiplication of Vector using NumPy
Vector with User Defined Length
numpy.matmul( ) for Matrix Multiplication
numpy.random.random( ) function with no input parameter
randomisation_matrix() Function to generate Random Matrix
randomisation() Function to generate Random Vector
Printing sin value of vector/matrix elements using numpy.sin()
Printing hyperbolic tangent value of vector/matrix elements using numpy.tanh()
Representation of a Linear Equation
Introduction to Simplest Neural Network
Representation of a System of Linear Equation
Printing Cosine value of vector/matrix (element wise operation)
Printing logarithmic value of vector/matrix (element wise operation)
Printing exponential value of vector/matrix elements using numpy.exp()
Printing the power of vector/matrix elements using pow(x,a)
Print the identity matrix using numpy.eye() function
Scalar Multiplication Property 2
Identity Matrix Property (I^k = I)
Transpose Matrix
Identity Matrix Transpose Property
Symmetric Matrices
Identity Matrix Property (AI = A)
Ones matrix using numpy.ones()
Zeros Matrix using numpy.zeros()
Determinant of a Matrix
Determinant of Identity Matrix
Determinant of a Zeros and Ones matrices
Determinant of a non-square matrix
Inverse of a Matrix
Inverse of an Identity Matrix
Uni - Layer Neural Network
Maximum value from a Matrix
Product of a Matrix and its Inverse Property
Minimum value from a Matrix
Mean value from a Matrix
Product of a Matrix and its Transpose Property
Hinge Loss for Single Point
Function for Hinge Loss for Single Point
Comparing Maximum from Matrices
Comparing Minimum from Matrices
Outer Product of Vectors
Norm of the Vector
Function for Hinge Loss for Multiple Points
Outer Product Properties
Creating symmetric Matrices
Sum of Symmetric Matrices
Determinant of a Transpose Matrix
Binomial Process
Cosine Similarity between two vectors
Euclidean Distance Example
Python | Pyplot in Matplotlib
Perceptron algorithm and its implementation in Python
A Linear Function Vector
Random Integer Vector
Python | Application to School CPI Records (Linear Algebra)
Python | Dot Plot
Python | Scatter Plot
Python | Types of Dot in Dot Plot
Python | Bar Graph
Python | Grid to the plot
Python | Multiple plots in one Figure
Python | Constant Matrix
Python | Binomial Experiment Simulation
Python | Range of a Matrix
Python | One Hidden Layer Simplest Neural Network
Python | Adding legend to a Plot
Python | Antialiasing in Plotting
Python | Categorical Plotting
Python | Dot-Line Plotting
Python | Controlling the Line Width
Python | Figure Size of Plot
Python | Horizontal Bar Graph
Python | Horizontal Subplot
Python | Matrix Subplot
Python | Adding Text to the Plot
Python | Error Bar in Bar Graph
Python | Grouped Bar Chart
Python | Legend Locations
Python | Plotting Coherence
Python | Plotting Trigonometric Functions
Python | Pyplot Labelling
Python | Scatter Symbol
Python | Stack Plot
Python | Vertical Subplot
Python | X-axis Scale Limit
Python | Masked Scatter Plot
Python | Histogram Plotting
Python | Error-Bar in Plotting
Python | Adding mu in Plot Label
Python | Diagonal of a Matrix
Python | Lower Triangle of a Matrix
Python | Rank of a Matrix
Python | Sign and Natural Logarithm of Determinant of a Matrix
Python | Trace of a Matrix
Python | Upper Triangle of a Matrix
Python | Vandermonde Matrix
Python | Adding Omega in Plot Label
Python | Adding Pi in Plot Label
Python | Adding Sigma in Plot Label
Python | Adding Theta in Plot Label
Python | Bar-Line Hybrid Plot
Python | Explode in Pie Plot
Python | Pie Chart
Python | Rotating Text in Plots
Python | Separating Each Slice in Pie Plot
Python | Step Histogram Plot
Python | Text Box Styles in Matplotlib
Python | Watermark in Figure using Class
Python | Y-axis Scale Limit
Python | Dual Histogram Plot
Python | Adding Lowercase/Uppercase Lambda in Plot Label
Python | Adding Lower/Uppercase Delta in Plot Label
Python | Arrow in Plotting
Python | Custom Bin Size in Histogram Plotting
Python | Legend Shadow
Plot 2-D Histogram in Python using Matplotlib
Adding a Horizontal Line in Python Plot
Python | Angle Spectrum using Matplotlib
Right and Left Handed Arrows in Python Plot
Python | Plot the power spectral density using Matplotlib
Python | Horizontal Hatch Spanning Plot
Closing a Figure Window in Matplotlib (matplotlib.pyplot.close)
Bold Text Label in Python Plot
Remove the axis lines from the Python plot
Horizontal Span in Python Plot
Python | Adding Lowercase/Uppercase Gamma in Plot Label
Python | Adding rho in Plot Label
Python | Autocorrelation Plot using Matplotlib
Python | Comparing Categorical Plotting Methods
Python | Filling the area between two lines in plot using matplotlib
Adding Vertical Line in a Python Plot
Adding vertical/horizontal lines with different line styles in a Python plot
Cross Spectral Density in Python using Matplotlib
Python | Different Head Types using Overhang Command in Matplotlib
Python | Drawing Chemical Reaction using Arrow (Matplotlib Arrow Example)
Python | Equal Axis Scale Ratio in Plotting
Python | Hatching Head of the Arrow
Python | Inverting Axis in Python Matplotlib
Python | Log Scale in Matplotlib
Python | Marking Regions across Horizontal Axis in Plot
Python | Pie Chart with Shadow
Python | Plotting in Plane Figure
Python | Plotting Matrix using Color-Maps
Python | Polar Plot in Python using Matplotlib
Python | Title Rotation in Matplotlib
Python | Step Line Plot
Python | Sup-Title in Figure using Matplotlib
Python | Step Line Plot vs Bar Plot
Python | Themeriver Stackplot using Matplotlib
Python | Title Locations in Matplotlib
Python | Tri-Plot using Matplotlib
Python | Triangle Law of Vector Addition (Matplotlib Arrow Example)
Python | Without Fill Head Arrow in Plots
Python | Bar Plot vs Pie Plot
Python | Clockwise and Anticlockwise Pie Chart
Python | Colorbar Label
Python | Color Bar using Matplotlib
Python | Coloring Each Plot in Bar Plot
Python | Drawing Diagonal Matrix using Matplotlib
Python | Eventplot using Matplotlib
Python | Fill Plot Example
Python | Grayscale or Monochrome Plotting
Python | matplotlib.pyplot.cool() for Cool Color Map
Python | Plotting using Dictionary
Python | Adding Epsilon in Plot Label
Python | Adding mho in Plot Label
Python | Adding Psi in Plot Label
Python | Barbs Plot
Python | Drawing Symmetric Matrix Colormap Plot using Matplotlib
Python | Dual Headed Arrow in Plots
Python | Histogram vs Box Plot using Matplotlib
Python | Horizontal Box Plot
Python | Horizontal Grid in Box Plot
Horizontal Histogram in Python using Matplotlib
Python | Hybrid Line Plot with Heatmap
Multiple Box Plot in Python using Matplotlib
Notched Box Plot in Python using Matplotlib
Python | Overlapping Scatter Plot Example
Python | Background Color of the Plot
Bar Distribution Plot in Python using Matplotlib
Python | Bar Distribution Plot vs Pie Plot
Broken Bar Graph in Python using Matplotlib
Chess Board and Fancy Manipulation in Python using Matplotlib
Horizontal Broken Bar Graph in Python using Matplotlib
Python | Enable / Disable Frame on Figure
Summer Colormap for Plotting figure in Python
Python | Symmetric Log Scale for Y axis in Matplotlib
Python | Symmetric Log Scale Example in Matplotlib
Square Scatter Plot in Python using Matplotlib
Python | Text Box in Plane Figure
Python | Streamline Plot
Python | Custom Axis Label in Matplotlib
Python | Cross(X) Scatter Marker in Matplotlib
Python | Hist-Scatter Hybrid Plot
Python | Y Shape Scatter Marker
Python | Plus (+) Scatter Marker
Python | Splicing the line into smaller chunks
Python | Object Oriented Style Plotting in Matplotlib
Python | Error bar Sampling using Object Oriented Style in matplotlib
Python | Colored Barbs Plot
Python | Contour Plot
Python | Winter Colormap for Plotting Figure
Python | Bar Code
Python | Gradient Bar Graph
Python | Fraction in Matplotlib
Python | Logit Scale in Plotting
Python | Creative Drawing Example in Matplotlib
Python | Available Unfilled Markers in Matplotlib
Python | Filled Contour Plot with Gradient
Python | Creative Wave Design in Matplotlib
Python | Linear vs Log vs Logit Scale
Python | Simple Rangoli Example with Matplotlib
Python | Marker Fill Styles in Matplotlib
Python | Markers Edge Styles in Matplotlib
Python | Vertical Barcode
Python | Varying Density of Bar Code
Python | Cap Styles for Lines
Python | Hex Color Code in Matplotlib
Python | Filling the area between two curves
Python | Sine Curve Filling Example
Python | Adding bigoplus as Text
Python | Adding Nabla to Plot Label
Python | Adding Phi to Plot Label
Bigcap Symbol in Python Plotting
Bigcup Symbol in Python Plotting
Bigodot Symbol in Python Plotting
Bigotimes Symbol in Python Plotting
Biguplus Symbol in Python Plotting
Python | Hatching the area between two curves
Approx Symbol in Python Plotting
Dot-Equal Symbol in Python Plotting
Binary Subset Symbol in Python Plotting
V-Dash Symbol in Python Plotting
Binary Cup Symbol in Python Plotting
Binary Supset Symbol in Python Plotting
Approx-Equal Symbol in Python Plotting
C++
C++ program to find the power of a number using loop
C++ program to extract and print digits in reverse order of a number
Comments and Discussions!
Load comments ↻
Please enable JavaScript to view the
comments powered by Disqus.