In this “Data structures in Python” series, I’ll go over the 6 major data structures that will come up in any kind of software engineer job…
Read more »
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 Being a Data Scientist it is good to know regex which is found... (more…)
Read more »
Scan a username across multiple social, developer, and creator platforms to see if it’s available. Perfect for finding a unique username for your personal profile or business across GitHub, Twitter... (more…)
Read more »
This is something that’s directly impacting me even as I am typing out this story. What started out as a small outbreak of a novel… (more…)
Read more »
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness,... (more…)
Read more »