Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed0.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'algorithm': 0.04; 'interpreter.': 0.07; 'method.': 0.07; 'python3': 0.07; 'tests.': 0.07; 'ascii': 0.09; 'bishop': 0.09; 'question?': 0.09; 'utilizing': 0.09; 'translation': 0.12; 'boolean': 0.16; 'inspiration': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'library': 0.18; 'pieces': 0.19; 'value.': 0.19; 'seems': 0.21; 'code,': 0.22; 'input': 0.22; 'import': 0.22; 'email addr:gmail.com>': 0.22; 'header:User-Agent:1': 0.23; 'recognize': 0.24; 'simpler': 0.24; 'subject:Code': 0.24; 'header :In-Reply-To:1': 0.27; 'idea': 0.28; 'point': 0.28; 'am,': 0.29; 'xml': 0.29; 'code': 0.31; 'lines': 0.31; 'received:10.0.0': 0.31; 'correctly.': 0.31; 'run': 0.32; 'everyone': 0.33; 'implemented': 0.33; 'programmers': 0.33; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'processed': 0.36; "didn't": 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'being': 0.38; 'thank': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'skip:u 10': 0.60; 'tag': 0.61; 'matter': 0.61; 'back': 0.62; 'making': 0.63; 'more': 0.64; '20,': 0.68; 'email,': 0.69; 'sharing': 0.69; 'jul': 0.74; 'lowest': 0.74; 'click.': 0.84; 'dozens': 0.84; 'remembering': 0.84; 'sensitivity': 0.84; 'remember,': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=XNtY2UV4KMovoDyAFWrYSKy1JzZcAiPha4EQ13NmbXE=; b=WiR6GohQvfzX/iA0ew+TueJETWNRiUjXv8Yyz0slH9dsZBtOEwdvyrsZO1ADIkrwzq R4VCRS53CBYl6qIwt8BIsMG3K2vQof3kl2DzMzCMb8dYjGK1OhrdY+CZFbMAOhKC36Wa 27t95NNlmmfOGZdps7E4DwoewTE4qqLvoqSXe+d1K27gzwXsI/zDAVDO1mzAuVjkqUBL DJBmgBr7C7Ihl2L/ZbOE0Y9T1NRn6UvtZPyT5wgvDVBO3qlQcR8VQiwuSKAl+h3A4q9n r6xm67vIoB27mNuVuvQy+auG4lldIWTAlkH9LhHq1aZgSB5S0LShbo7cHf4tOYXPWxfN vTtg== X-Received: by 10.50.111.170 with SMTP id ij10mr5689409igb.9.1374323818415; Sat, 20 Jul 2013 05:36:58 -0700 (PDT) Date: Sat, 20 Jul 2013 08:36:46 -0400 From: Devyn Collier Johnson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Python Mailing List Subject: Re: Share Code Tips References: <51e97e6e$0$29971$c3e8da3$5496439d@news.astraweb.com> <51E9B8EB.5060007@Gmail.com> <51ea07a4$0$29971$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------060300080803000106080809" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 174 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374323827 news.xs4all.nl 15967 [2001:888:2000:d::a6]:42357 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50964 This is a multi-part message in MIME format. --------------060300080803000106080809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/20/2013 12:26 AM, David Hutto wrote: > I didn't see that this was for a chess game. That seems more point and > click. Everyone can recognize a bishop from a queen, or a rook from a > pawn. So why would case sensitivity matter other than the 16 pieces on > the board? Or am I misunderstanding the question? > > > > On Sat, Jul 20, 2013 at 12:22 AM, David Hutto > wrote: > > 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 > > 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_ > > > > > -- > Best Regards, > David Hutto > /*CEO:*/ _http://www.hitwebdevelopment.com_ > > In the email, I am sharing various code snippets to give others ideas and inspiration for coding. I that particular snippet, I am giving Python3 programmers the idea of making chess tags on a HTML or XML interpreter. It would be neat to type a tag that would generate chess pieces instead of remembering the HTML ASCII code. From my understanding, that email is not being displayed correctly. Are all of the lines run together? Thank you for asking. I want everyone to understand the purpose of the email and that particular snippet. Remember, assumption is the lowest form of knowledge. Mahalo, DCJ --------------060300080803000106080809 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 07/20/2013 12:26 AM, David Hutto wrote:
I didn't see that this was for a chess game. That seems more point and click. Everyone can recognize a bishop from a queen, or a rook from a pawn. So why would case sensitivity matter other than the 16 pieces on the board? Or am I misunderstanding the question?



On Sat, Jul 20, 2013 at 12:22 AM, David Hutto <dwightdhutto@gmail.com> wrote:
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@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



--
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com


In the email, I am sharing various code snippets to give others ideas and inspiration for coding. I that particular snippet, I am giving Python3 programmers the idea of making chess tags on a HTML or XML interpreter. It would be neat to type a tag that would generate chess pieces instead of remembering the HTML ASCII code.

From my understanding, that email is not being displayed correctly. Are all of the lines run together?

Thank you for asking. I want everyone to understand the purpose of the email and that particular snippet. Remember, assumption is the lowest form of knowledge.

Mahalo,
DCJ
--------------060300080803000106080809--