Regular Expressions in Python

I found this tutorial to be a little meh, but haven’t found a better one.

The main thing I got stuck on was the difference between /B and /b — I played with a few examples, but think I need some more time with it.

Tutorial

Github

Assorted Notes

See exercises

http://regexone.com/references/python

These two were a bit hard to read coming into:

Example #1

Example #2