Regex is a group of characters which helps to find pattern within a string. Regex is used in lot of applications including the search engines, search and for find and replace in text documents... (more…)
Read more »
python -m lets you run modules as scripts. If your module is just one .py file it'll be executed (which usually means code under if __name_...
Read more »
“Like wheels, but instead of a pre-built python package, it’s a
pre-built python interpreter”... (more…)
Read more »
How to build GraphQL API in Python for text analytics. How to implement GraphQL server and schema in Python with Graphene library. Calcalating Levenshtein distance with NLTK. (more…)
Read more »