
For Loop in Kotlin
Iterating through collection of items are very common problem in any programming language. But when it comes to latest modern programming languages like Kotlin, this...

Handling Json Strings in Python
In today’s post, we are going to explain how to handle Jason Strings in Python. There is JSON module in python which is used for...