Completed
Regex Tip #1: interweave regex with comments! write regex for humans
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing Regex for Humans - Regex With Empathy, Featuring Python and BeautifulSoup
Automatically move to the next video in the Classroom when playback concludes
- 1 Skip to if you don't need the context and want to hop into the "write regex" part of the video.
- 2 You either love or hate regex
- 3 Regex to get shopper's reviews on ecommerce
- 4 Quick look at BeautifulSoup
- 5 What's the deal with regex anyway?
- 6 Doing our first regex find!
- 7 Regex Tip #1: interweave regex with comments! write regex for humans