Visualize Different Color Spaces using OpenCV in Python

By Isha Bansal

Hey fellow Python coders! In this tutorial, we will be learning about visualizing images in different color spaces using OpenCV in Python programming. Color Spaces helps in image p.... Read More

Present a new view using sheet in SwiftUI

By Samim

In this tutorial, we will see how to present a new view using a sheet in SwiftUI. We all have a basic idea about the sheet. A sheet is a way to present a modal view over our existi.... Read More

Rotate table and image with caption in LaTeX

By Parvez Akhtar Pasha

In the previous tutorial, I explain how to rotate a table and image in LaTeX. But in this tutorial, I will show you how to rotate a table or image including the caption in LaTeX. R.... Read More

Assert once with multiple conditions in Python

By Anuj Gupta

In this tutorial, we will learn how to assert once with multiple conditions in Python. What is assert? In python, assert statement is used to check whether a condition is true or f.... Read More

C++ program to check if a number can be displayed using 7 segment LED

By Saurabh Salunkhe

In this tutorial we are going to learn about the logic that will check if a number can be displayed using 7 segment LED in C++. We will also implement a C++ program that will demon.... Read More

How to rotate a table and image in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to rotate a table and image or figure in LaTeX. There are multiple ways to rotate a figure in LaTeX, here I will show you all of them. Rotate t.... Read More

jsonify() vs json.dumps() in Flask

By Anuj Gupta

In this tutorial, we will learn the difference between jsonify() vs json.dumps() in Flask in Python jsonify() The jsonify() function belongs from Flask framework. The jsonify() i.... Read More

Custom back button for navigation bar in SwiftUI

By Samim

In this tutorial, we will see how to create a custom back button and implement a custom action for the navigation bar in SwiftUI. When we are using an iPhone app, there is a little.... Read More

Related Posts