TAG

Programming

Python None Keyword Usage [Practical Examples]

In this tutorial, we learned about Python None. We discussed how we can declare and assign a None value to a variable and then compared the None value with …

By bashiralam · 8 min read · Python

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

Python set difference() Tutorial [Practical Examples]

The difference between the two sets in Python is equal to the difference between the number of elements in two sets. The Python set difference function returns …

By bashiralam · 9 min read · Python