Python Web Conf 2021 Talks and Tutorials

The 3rd annual Python Web Conference (#PWC2021) took place virtually on March 22-26, 2021 on LoudSwarm by Six Feet Up. More information about the conference … Read more

Similar

A Primer on Python Regular Expression

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 »