Share Code Tips

David Hutto dwightdhutto at gmail.com
Sat Jul 20 00:22:04 EDT 2013


It seems that you could use import re, in my mind's pseudo code, to compile
a translational usage of usernames/passwords that could remain case
sensitive by using just the translational dictionaries, and refining with
data input tests/unit tests.


On Sat, Jul 20, 2013 at 12:15 AM, David Hutto <dwightdhutto at gmail.com>wrote:

> It seems, without utilizing this, or googling, that a case sensitive
> library is either developed, or could be implemented by utilizing case
> sensitive translation through a google translation page using an urlopener,
> and placing in the data to be processed back to the boolean value. Never
> attempted, but the algorithm seems simpler than the dozens of solutions
> method.
>



-- 
Best Regards,
David Hutto
*CEO:* *http://www.hitwebdevelopment.com*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130720/9bcd3bbf/attachment.html>


More information about the Python-list mailing list