Concept map: Find and replace in Python

Jan 22, 2014 • Matt Hall
[find and replace][1]
Approaches to find and replace in Python

An introduction to text processing tools for intermediate-level learners of Python. The first language I ever learned was AWK, and it’s also how I got into Python. I use string methods and regex all the time, especially for data file formatting etc, but have recently discovered the joy of Pandas so maybe I’ll be doing less of this stuff now.

This was my 3rd attempt, after running out of space twice on paper. There’s a possible blind-leading-the-blind issue here as I’ve hardly internalized this myself, but I think I could introduce people to the subject. I’m not thrilled with how it turned out — it’s less ‘mappy’ than I thought it was going to be. As in all things, more white space would probably help. Well, green space.