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… Read more

Similar

What’s New in Python 3.11

Release, 3.11.1,, Date, January 11, 2023,, Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.11, compared to 3.10. For full details, see the changelog. Summary – Re... (more…)

Read more »

Python text for journeyman programmer

This book provides a reader with a holistic and in-depth knowledge of the Python language. It explains how methods and functions are related, how sequences can be created elegantly, the tools for functional programming, how user defined objects can be no ...

Read more »