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 Timestamp With Examples

Python Timestamp With Examples

In general, the term timestamp defines a point of registered time when a specific event has occurre…

Python Instance Variables with Examples

Python Instance Variables with Examples

When we deal with Python classes and objects, there we have different types of variables. 1. Ins…

Python Regex Split String Using re.split()

Python Regex Split String Using re.split()

The Python regular expression module re supports the spilt() method that can split a string in…

Python Compile Regex Pattern using re.compile()

Python Compile Regex Pattern using re.compile()

With the help of the Python re.compile() method, we can compile a string pattern to a regex pattern…

Python Class Variables with Examples

Python Class Variables with Examples

In Python class, we can define two types of variables 1. Instance Variables The instance vari…

Python Regex Replace Pattern in a string using re.sub()

Python Regex Replace Pattern in a string using re.sub()

In this Python article, you will learn how to perform the search and replace operations on a Python…

Linked List in Python

Linked List in Python

A linked list is one of the basic data structures present in computer science. To represent a linke…

Python Instance Methods with Examples

Python Instance Methods with Examples

In a Python class, we can define a method in three different ways: Python Instance Methods 1.…

Python vs C: Differences You Should Know

Python vs C: Differences You Should Know

A plethora of programming languages is available out there. Therefore, one of the most common quest…

15+ Best HTML Projects with Source Code to Improve Web Design Skills

15+ Best HTML Projects with Source Code to Improve Web Design Skills

Looking to learn and improve your knowledge of HTML? Projects are the best way to gain an in-depth …

Python random.seed() function to initialize the pseudo-random number generator

Python random.seed() function to initialize the pseudo-random number generator

In this Python tutorial, you will learn how to use random.seed() function to initialize a pseudo-ra…

CSS Margin vs Padding: What's the Difference?

CSS Margin vs Padding: What's the Difference?

In CSS, there are two most commonly used spacing properties, margin, and padding. Often, many CSS f…