Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
In this JavaScript tutorial, I have come with a cool feature of JavaScript. I hope, you must aware of something like front end edit. For example, you will find WPBakery Page Builde.... Read More
Matplotlib is a 2D plotting Python library that can produce figures, graphs, and charts. In this tutorial, I am going to show you how to show a simple RGB image using the Matplotli.... Read More
NumPy is a very powerful Python library that used for creating and working with multidimensional arrays with fast performance. The arange() method provided by the NumPy library use.... Read More
YouTube video page URL has a specific format. If we know the YouTube video URL format, then we can get the key using JavaScript. In this article, we are going to learn how to get Y.... Read More
We can find the switch case statement almost in all programming languages. The main concept is the same, but the syntax may vary in different types of programming language. In Java.... Read More
Python is a great programming language to work with the webcam. OpenCV is a popular library available for Python that can make it easier to work with videos and webcam. Using this .... Read More
We can set the default value to our Python function. That means if we don’t pass our argument value during calling a Python function, it will take a default value that we wil.... Read More
CSS3 has some great features to work with images. The one that I am going to discuss in this article is how to convert a colored image into a black and white image using CSS. Thoug.... Read More