Practical Dev Notes: Simple Util to Convert Plain Text to Python Format
I often run into a scenario when writing unit tests and mocking up code where I need to convert a block of text data into Python format. Whether it’s data from a CSV file, an email, or even a simple copy-paste from a spreadsheet, manually converting text data to make it play nice with Python … Read more