Posted in python very small program assignments

Find the first value in JavaScript

Problem Statement: In, find the first value in JavaScript, we are given an array of numbers, we need to find the smallest number from the…

Continue Reading
Posted in python very small program assignments

Time Converter in JavaScript

Problem Statement: In Time Converter in JavaScript, we are given the number of hours and number of seconds, we need to convert hours and minutes…

Continue Reading
Posted in python very small program assignments

String Slicing in JavaScript

Problem Statement: In String Slicing in JavaScript, we are given two strings, namely=> inputString and subString. We need to find the slice of inputString in…

Continue Reading
Posted in python very small program assignments

Double Char in Python

Problem Statement: In Double Char in Python, we are given a string and we need to print a new string from the given string by…

Continue Reading
Posted in python very small program assignments

Cumulative Average in Python

Problem Statement: In Cumulative Average in Python, we are given a list of numbers and we need to find the cumulative average of numbers. The…

Continue Reading
Posted in python very small program assignments

One Color in Python

Problem Statement: In One Color in Python, we are given a string having only G and R letters only. G represents green and R represents…

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 python very small program assignments

First and Last Digits in Python | Assignment Expert

Problem Statement: In First and Last Digits in Python, we are given two positive numbers, we need to find the count of those numbers which…

Continue Reading