Archive for October, 2011
Python: checking for an empty string


There are few tricks, that may do your Python code even faster. For example, the task of finding if a string is empty or not is not trivial as it seems. Would you like to find out?

Comments [0]