Understanding Python re(gex)? book announcement
Hello!
I just published a new version of "Understanding Python re(gex)?" ebook. I caught up to new features like possessive quantifiers, corrected many mistakes, improved examples, exercises and so on.
This book will help you learn Python Regular Expressions step-by-step from beginner to advanced levels with hundreds of examples and exercises. The standard library re
and the third-party regex
module are covered in this book.