Posts by Mayank Bhandari
Author Biographical Info: Not available
In this tutorial, we will learn how to make a Sketch Pad In HTML5 and JavaScript that can draw on the browser. Firstly, why we need a sketch pad. Sketch pad may not look useful whi.... Read More
In this tutorial, we will learn about “CSS Pagination”. Heard about it for the first time, but don’t worry you must have seen it almost all the time. Whenever y.... Read More
In this tutorial, we will learn how to detect line using Hough Transform in Python. But let’s first try to understand what is Hough Transform. Hough Transform is a method w.... Read More
ChainMap is a standard library in the “collections” module. ChainMap in Python helps quickly linking a number of mappings to create a single unit. The mappings can be a.... Read More
In this tutorial, we will learn how to print the version number of a Python module. When you install Python, you get the Python package manager i.e pip along with it. The pip perfo.... Read More
In this tutorial, we will be working on “Drawing an Analog Clock” using HTML and CSS. In this, we will be using SVG ( Scalable Vector Graphics ). SVG can be used to d.... Read More