BLOG

Latest Articles

Python os.path.join() Method [In-Depth Tutorial]

Python os.path.join method comes as part of the OS module in Python which provides functions for creating and removing a directory (folder), fetching its …

By bashiralam · 8 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

git revert to previous commit [Practical Examples]

git revert to previous commit can be done using different methods such as git checkout, git revert and git reset. We have covered examples using all these …

By stevealila · 7 min read · GIT