Posts by Vimal Pandey
Author Biographical Info: Not available
In this post, we will learn how to parse HTML (Hypertext Markup language) in Python. Parsing is a technique of examining web text which is the combination of different tags, tokens.... Read More
Hello coders. Welcome back. In this post, we will learn to count a specific word in a sentence with Python. Counting the occurrence of a specific word in Python is very easy. If yo.... Read More
Hello coders. Welcome to this post where we will learn Python string rjust() and ljust() methods. We are well-known with justify icons in Ms-word which align the text to right, .... Read More
Welcome back, programmers. In this post, we will know-how to print colored text in the terminal in Python. There are various methods of printing colored text in the terminal and we.... Read More
In this post, we will learn how to merge two dictionaries in a single expression in Python. Merging is the process of combining two or more things into a single unit. A dictionary .... Read More
Hello coders. In this post, we will learn what is a metaclass in Python? In Python, there is metaprogramming of classes that is known with the name of a metaclass. Metaprogramming.... Read More
Hello everyone. In this post, we are going to learn about the ternary conditional operator in Python. Before starting we have a question, does Python have this operator? The answer.... Read More
In this post, we will learn to check is a string starts with a particular substring in Python? Suppose a task of writing an essay is assigned with condition that it must start with.... Read More