BLOG

Latest Articles

Python filter() function Usage [10+ Examples]

python filter, python filter list, python filter function, filter list, list filter, python filter array, python3 filter, filter example, python array …

By bashiralam · 14 min read · Python

Python Multiline Comments [Methods & Examples]

Python does not support multiline comments but does have docstring. We can achieve multiline comments in python by writing consecutive single line comments.

By bashiralam · 8 min read · Python

Python Reverse String Examples [5+ Methods]

python reverse string, how to reverse a string in python, how to reverse string in python, how to reverse a string python, python how to reverse a string, …

By bashiralam · 8 min read · Python

Python Compare Strings [10+ Examples]

python compare strings ignore case, python compare two strings character by character, python compare two strings for similarity, python compare two strings and …

By bashiralam · 12 min read · Python

SQL LIKE | SQL NOT LIKE | SQL LIKE WILDCARD Examples

SQL like comparison operator is used to compare or to manipulate text with regular expression. There is a condition where we need to fetch records which do not …

By falgunithakker · 9 min read · SQL