Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at 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
**
— Kunal