Latest Articles
Select duplicate records in SQL table [SOLVED]
In this article of select duplicate records in SQL, we have covered an overview of SQL duplicate records, steps to select duplicate records in SQL , why to
What does Python __all__ mean? [SOLVED]
Python __all__ is a list of public objects of that module, as interpreted by import *. It overrides the default of hiding everything that begins with an …
Master Python Symmetric Difference: The Definitive Guide
In Python Symmetric Difference can be performed using the symmetric_difference() method or the ^ operator. It is a set operation that returns a set containing …
Python Deleter Property Decorators
Python deleter method is used to delete the property of an object. Here notice that the python deleter does not delete the property of the class, in fact, it …
What is Discord and what is it used for? [SOLVED]
Understand what is discord in laymen terms. Discord is used for different types of voice, text and video chat. It is also used for streaming games, videos etc
