How-to articles, tricks, and solutions about PUNCTUATION
Best way to strip punctuation from a string
One way to strip punctuation from a string is to use the str.translate() method in combination with the string.punctuation constant.