BLOG

Latest Articles

Nested dictionary in Python [Practical Examples]

how to create nested dictionary in Python through various methods. We also discuss how to remove or add a new element to the nested dictionary.

By bashiralam · 10 min read · Python

Python round up practical examples [5 Methods]

Python round up methods, math.ceil() method, floor division method, simple arithmetic method, and nampy.ceil() method to round up a number in Python.

By bashiralam · 13 min read · Python

SQL Not Equal Tutorial [Practical Examples]

SQL Not Equal is a comparison operator used to compare two not null operand values or an expression, if the left operand value is not equal to the right operand …

By falgunithakker · 7 min read · SQL