News

Remove all character from a string except alphabets In this article we will learn about how to Remove all character from a string except alphabets We will do this by checking ASCII values of each ...
Unknown to many, Python works well with JSON files. Here we show you how to pretty print a JSON file in Python.