Posted in allcategorites ml-shorts

OpenRefine

OpenRefine is a Java-based powerful application that allows you to load data, understand it, clean it up, and bundle it with data coming from the web….

Continue Reading
Posted in python very small program assignments

Word Mix in Python

Problem Statement: We are given a sentence, we need to word mix in Python means we need to mix the words of the sentence such…

Continue Reading
Posted in python very small program assignments

Single Digit Number in Python

Problem Statement: In this Single Digit Number in Python problem, we are given a number, we need to add its digits, and we need to…

Continue Reading
Posted in python very small program assignments

Shift Numbers in Python | Assignment Expert

Hello friends, in this article you will learn how to shift numbers in Python in a string from any place of string to the start…

Continue Reading
Posted in allcategorites ml-shorts

What does the attribute “Veracity” imply in the context of Big data?

Veracity is one of the five V’s of Big data. In addition to the 3 V’s of Big data (i.e., Volume, Velocity, and Variety) there are other…

Continue Reading
Posted in allcategorites ml-shorts

What does the attribute “Value” imply in the context of Big data?

Value is one of the five V’s of Big data. In addition to the 3 V’s of Big data (i.e., Volume, Velocity, and Variety) there are other…

Continue Reading
Posted in allcategorites

WHY YOU NEED HAND WRITTEN NOTES?

Handwritten notes are very important while learning any new programming language. WHO AM I? Owner of Python.hub Instagram Page with more than 1.2 million followers….

Continue Reading
Posted in python very small program assignments

Weekend in Python

Checking whether a date is a weekday or weekend in Python is very easy. If you don’t know, weekend days are Saturday and Sunday. Check…

Continue Reading
Posted in python simple programs python very small program assignments

Shift Numbers in Python | Assignment Expert

Shift numbers in Python mean we need to perform bitwise shift operations on numbers. There are two types of shift possible, bitwise left shift and…

Continue Reading
Posted in python very small program assignments

Temperature Conversion in Python

Today, we will see how to do temperature conversion in Python. We will convert from one unit of temperature to other units of temperature in…

Continue Reading