vinaykhatri

Vinay Khatri

I am a Full Stack Developer with a Bachelor's Degree in Computer Science, who also loves to write technical articles that can help fellow developers.

How to Update Python on Windows?

How to Update Python on Windows?

Python is an interpreted, high-level and object-oriented programming language. Developed by Guido v…

What is Elixir Programming Language?

What is Elixir Programming Language?

We know that website development is at its tipping point as most businesses aim to go digital nowad…

What is HTML Used For? 10 Real-World Applications

What is HTML Used For? 10 Real-World Applications

Have you ever wondered how the websites you use for various reasons every other day are built? How …

What is C++ used for? Top 20 Real-World Applications

What is C++ used for? Top 20 Real-World Applications

C++ is one of the oldest and most widely used programming languages. From operating systems and gra…

Best way to convert string to bytes in Python 3

Best way to convert string to bytes in Python 3

In this tutorial, we will write the code for how to convert the String to a Byte in Python and vice…

Does Python have a string contains substring method?

Does Python have a string contains substring method?

Unfortunately, Python does not have any specific contains or substring method to check if a string …

Top 10 Real-World Python Applications That You Should Know

Top 10 Real-World Python Applications That You Should Know

We live in a world where people and businesses rely highly on software applications to accomplish a…

Left Rotate an Array

Left Rotate an Array

Problem Given an array of integers, you need to rotate it by k times. Sample Input [1, 2…

Python vs Go - Which One to Choose in 2023?

Python vs Go - Which One to Choose in 2023?

A programming language is the heart of the development process since it can make or break a project…

Pycharm vs VS Code: Which One is the Best?

Pycharm vs VS Code: Which One is the Best?

PyCharm is a dedicated Python IDE (Integrated Development Environment) developed by JetBrains. It c…

Django vs Laravel: Which One is Better?

Django vs Laravel: Which One is Better?

A web framework, also known as a web application framework, is a software framework that facilitate…

Arranging coins

Arranging coins

Problem We've been given ‘n’ coins, and you're supposed to use them to build…