Neeraj Mishra

A crazy computer and programming lover. He spend most of his time in programming, blogging and helping other programming geeks.

Solve “ValueError: invalid literal for int() with base 10” in Python

Hello everyone, So today we’re going to see the possible reasons and solutions for the error “ValueError: invalid literal for int() with base 10” in Python. The main reason for this error is that in our program, we’re passing a non-integer value to a place where the interpreter expects an integer value. To understand the …

Solve “ValueError: invalid literal for int() with base 10” in Python Read More »

Azure Virtual Machine Tutorial

So in this article, we’ll learn the following things: What is a Virtual Machine? Why we use Virtual Machines? How to create a Virtual Machine? How to use a Virtual Machine in your Computer System? Prerequisites: Microsoft Azure Subscription Good Internet Connection So let’s start with the first question. What is a Virtual Machine? In …

Azure Virtual Machine Tutorial Read More »