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 strptime() - string to datetime object

Python strptime() - string to datetime object

In this tutorial, we will discuss how we can use a string to make a datetime object. Python strp…

How to Get Current Date and Time in Python

How to Get Current Date and Time in Python

This tutorial will discuss how to use the datetime module to get the current date and time. We will…

Python datetime and pytz module with Examples

Python datetime and pytz module with Examples

In this tutorial, we will discuss the Python datetime module and learn how to deal with date and ti…

Python Datetime Strftime() - Datetime to String Tutorial

Python Datetime Strftime() - Datetime to String Tutorial

In this tutorial, we will discuss how to change the formatting of default datetime objects and how …

How to Become a Python Developer

How to Become a Python Developer

Python is a trending and in-demand programming language in the computer science community. Dues to …

Program to Check Whether the Year is a Leap or Not [C, C++, Python & Java]

Program to Check Whether the Year is a Leap or Not [C, C++, Python & Java]

This tutorial will help you learn to write a program in C, C++, Python, and Java to check whether a…

Program to Check Whether a Given Character is an Alphabet, Digit or Any Special Character

Program to Check Whether a Given Character is an Alphabet, Digit or Any Special Character

Problem Statement We need to write a script or program that checks whether the user-entered char…

Program to Convert Fahrenheit into Celsius [C, C++, Python & Java]

Program to Convert Fahrenheit into Celsius [C, C++, Python & Java]

In this tutorial, we will learn to write a program in C, C++, Python, and Java to convert Fahrenhei…

Program to Check Whether a Number is Even or Odd [C, C++, Python & Java]

Program to Check Whether a Number is Even or Odd [C, C++, Python & Java]

This tutorial will help you write a program in C, C++, Python, and Java to check whether a user-ent…

Write a program to swap two numbers

Write a program to swap two numbers

Problem Statement We have given two numbers num_1 and num_2, which are the two integer number va…

C++ and Python Program to Find the Root of Quadratic Equation

C++ and Python Program to Find the Root of Quadratic Equation

Here in this program, we will compute the 2 possible roots of a quadratic equation represented as a…

Program to Calculate 3X3 Matrix Multiplication [C, C++, Python & Java]

Program to Calculate 3X3 Matrix Multiplication [C, C++, Python & Java]

In this tutorial, we will write a program to calculate 3x3 matrix multiplication in C, C++, Python,…