Python Virtual Environments, Testing Environments and Markdown Strikethrough

coding
python
Setting up my Python project with virtual environments, testing considerations, and project structure decisions.
Author

Alex Strick van Linschoten

Published

June 24, 2018

I spent part of this afternoon fixing things in my PDF splitter code.

Tomorrow I want to start working on my regex search-and-rename function. I’ll start by figuring out the right regex string to use for my search, then I’ll figure out how to add in re.search into my script.