Tagged Questions

3
votes
10answers
373 views

Python module functions used in unexpected ways

Based on "Split a string by spaces in Python", which uses shlex.split to split a string with quotes smartly, I would be interested in hearing about other common tasks solved by non …