CATEGORY

Python

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

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 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