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.

Python Program to Check if a Number is Odd or Even

Python Program to Check if a Number is Odd or Even

Here in this article, we have provided a python source code that checks if the user entered number …

Python Program to Find HCF or GCD

Python Program to Find HCF or GCD

Here we have provided two python source code to find the GCD or HCF of two numbers. Prerequisite…

What is PyCharm IDE?

What is PyCharm IDE?

Every day more and more developers are starting with Python. In the past few years, we have seen su…

Best Free Wordpress Themes in 2024

Best Free Wordpress Themes in 2024

WordPress is the most famous Content Management System (CMS), it is a tool which can create and pub…

Unary Operators Overloading in C++

Unary Operators Overloading in C++

Unary operators are those special symbols that can operate on a unary or single operand, for instan…

Binary Operators Overloading in C++

Binary Operators Overloading in C++

Binary operators require two operands to perform the task and using the Operator overloading we can…

Relational Operators Overloading in C++

Relational Operators Overloading in C++

Relational operators are used for comparing two data objects, and by using the class operator overl…

Input/Output Operators Overloading in C++

Input/Output Operators Overloading in C++

In C++ we use the stream extraction operators with stream statements (cin, cout) to show outputs an…

Assignment Operators Overloading in C++

Assignment Operators Overloading in C++

The assignment operator (=) in C++ is used to assign the values to the variables and like other ope…

Function Call Operator() Overloading in C++

Function Call Operator() Overloading in C++

Using the concept of Operator Overloading we can overload the function call operator (), and when w…

Python RegEx

Python RegEx

Regular Expression (RegEx) is a set of string or pattern which define a search pattern, for example…

Python Examples

Python Examples

The best way to learn any programming language is by practicing and wring code. This Python tutoria…