Showing posts from July, 2023

Python Coding Problems Part-1

1. FizzBuzz: Write a program that prints the numbers from 1 to 100. But for multiples of three, print "Fizz" inste…

OpenCV Basics Part-1

Installing Library pip3 install opencv-python Importing Library: import cv2 Read the image: img = cv2…

Load More
That is All