BLOG

Latest Articles

SQL SUBSTRING Function Explained [Beginners]

SQL mainly provides three truncate functions which are working with string. SQL Substring Function, SQL Left Function, SQL Right Function

By falgunithakker · 10 min read · SQL

Python floor() function Examples [Beginners]

python floor() function returns the largest integer not greater than its argument. we can apply python floor() function on integers, decimal, and negative …

By bashiralam · 8 min read · Python

Python super() function explained [Easy Examples]

The Python super() function can only be used inside the child class to call the constructor and any other parent class method. We can use the supper() function …

By bashiralam · 9 min read · Python