Slip Box
/
About
/
expLog
/
@
Python/Repeated
Notes on Python based on things I look up constantly.
Regular expressions:
Applying the
re.DOT_ALL
flag inline: prefix the regex string with
(?s)
Unit tests