Re: Comparing strings from the back?

2012-09-05 Thread Andrew Artajos
a random idea: you could compare strings by their hashes.. print hash("randomstring") == hash("randomstring") print hash("randomstring") == hash("randoMstring") -- -- http://mail.python.org/mailman/listinfo/python-list

Re: How to tell people to ask questions the smart way

2012-09-05 Thread Andrew Artajos
Stack Overflow has a nice guideline on how to ask a question. http://stackoverflow.com/questions/ask/advice? -- -- http://mail.python.org/mailman/listinfo/python-list