Posted in allcategorites competitive programming

Smart Number Hackerrank Solution

Given some numbers, we need to find whether they are smart numbers or not. If they are smart we should print “YES” otherwise print “NO”….

Continue Reading
Posted in allcategorites competitive programming

Python Average Function Hackerrank Solution

We have a function called avg that takes in a variable number of integer inputs. We have to complete it such that it returns the…

Continue Reading
Bank Management System Project in Java
Posted in allcategorites final year project gui java project java java projects

Bank Management System Project in Java

In this article, we will build Bank Management System Project in Java and MySQL. This project is great for those at an intermediate level in…

Continue Reading
CS Class 12th Python Projects
Posted in allcategorites final year project gui python projects python projects

CS Class 12th Python Projects

Are you the one who codes in Python from a very young age? If yes then you are at the right place. Starting to develop…

Continue Reading
Google Giving Free Python Course: Enroll Now
Posted in allcategorites general-python

Google Giving Free Python Course: Enroll Now

Do you know that Google provides many free courses in text and video format? Yes, you hear it right, Google provides many free courses on…

Continue Reading
Posted in allcategorites competitive programming

Company Logo Hackerrank Solution

Let’s see Company Logo Hackerrank Solution. A company wants a new logo. They want to set the letters of the logo based on the letters…

Continue Reading
Posted in allcategorites tutorial

How to make a Process Monitor in Python?

In this article, we will build an application, Process Monitor in python using psutil. Python has a wide range of libraries and packages, which makes…

Continue Reading
How to extract YouTube comments using Python?
Posted in allcategorites python projects

How to extract YouTube comments using Python?

Today, we will learn how to extract YouTube comments using Python with the help of google APIs. Extracting comments from youtube can be a daunting…

Continue Reading
Posted in allcategorites python very small program assignments

New Year Countdown in Python

Problem Statement: In the New Year Countdown in Python, we are given today’s date. We need to find the number of days left in the…

Continue Reading
Posted in allcategorites tutorial

C++ Array Assignment

Today, we will learn C++ Array Assignment. We can assign multiple values to C++ Arrays. There are many ways you can initialize a C++ array….

Continue Reading