A set of quick samples that I wrote for the purpose of experimentation of using Python language on handling Tamil text. These were written around 2019. Details are in the following blog posts: Python ...
By now, we have a fully working JSON parser, that can accept a string of JSON, and return its Pythonic representation. But how fast is it? Now, of course there are JSON libraries for Python written in ...