top of page
Search


Natural Language Processing Techniques: Text Preprocessing
Natural Language Processing (NLP) is rapidly becoming one of the most popular techniques today. It involves programming computers to...

The Tech Platform
Sep 19, 2021


25 Useful Python One-Liners That You Should know
In this blog, I want to present some python one-liners which everyone should know. 1. Swapping Two Variables # a = 4 b = 5 a,b = b,a #...

The Tech Platform
Mar 1, 2021
bottom of page