Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70783

Re: First attempt at a Python prog (Chess)

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.018
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; '*not*': 0.07; 'conventions': 0.07; 'ugly': 0.07; 'generators': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'chris,': 0.16; 'kern': 0.16; 'naming': 0.16; 'prog': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'troll': 0.16; 'underlying': 0.16; 'url:tutor': 0.16; 'well- known': 0.16; 'wow,': 0.16; 'folks': 0.16; 'language': 0.16; 'wrote:': 0.18; '>>>': 0.22; '(in': 0.22; 'community.': 0.22; 'header:User-Agent:1': 0.23; 'helper': 0.24; 'interpret': 0.24; 'parse': 0.24; '(or': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'chris': 0.29; 'leave': 0.29; 'am,': 0.29; 'generally': 0.29; 'ignored.': 0.30; 'list:': 0.30; 'robert': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'helpful.': 0.31; 'interface': 0.32; 'another': 0.32; 'url:python': 0.33; 'style': 0.33; 'core': 0.34; 'maybe': 0.34; 'subject: (': 0.35; 'basic': 0.35; "can't": 0.35; 'johnson': 0.35; 'but': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'list': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:mail': 0.40; 'even': 0.60; 'read': 0.60; 'experts': 0.60; 'most': 0.60; 'mentioned': 0.61; 'simple': 0.61; 'first': 0.61; "you've": 0.63; 'such': 0.63; 'soon': 0.63; 'our': 0.64; 'worth': 0.66; 'world': 0.66; 'here': 0.66; 'believe': 0.68; 'introduction': 0.68; 'said:': 0.68; 'listening': 0.74; 'subject:First': 0.74; 'attention': 0.75; 'eco': 0.84; 'friendly,': 0.84; 'terrible': 0.84; 'try,': 0.84; 'favour': 0.91; 'rick': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Robert Kern <robert.kern@gmail.com>
Subject Re: First attempt at a Python prog (Chess)
Date Wed, 30 Apr 2014 16:55:17 +0100
References <2013021323250974803-chrishinsley@gmailcom> <cf2667eb-b722-4a80-b80d-0ea68ead577b@googlegroups.com> <201404301428587277-chrishinsley@gmailcom> <ljr421$prd$1@speranza.aioe.org>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 213.1.240.226
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
In-Reply-To <ljr421$prd$1@speranza.aioe.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.9611.1398873333.18130.python-list@python.org> (permalink)
Lines 47
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1398873333 news.xs4all.nl 2941 [2001:888:2000:d::a6]:56771
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:70783

Show key headers only | View raw


On 2014-04-30 16:15, Mark H Harris wrote:
> On 4/30/14 8:28 AM, Chris Hinsley wrote:
>> On 2013-02-15 05:05:27 +0000, Rick Johnson said:
>>>
>>> First of all your naming conventions suck. You've used the "interface"
>>> style for every function in this game so i can't /easily/ eyeball
>>> parse the /real/ interface functions from the helper functions -- and
>>> i'm not going to even try, because i don't read ugly code! Try to
>>> learn the Python style guide as soon as you can (In particular pay
>>> attention to naming conventions):
>
>> Wow, such vitriol for such a simple bear to cope with !
>>
>> Maybe Papa bear would like to try some humility !
>>
>> This was my very first Python prog, and my first chess prog and my
>> attempt to learn somthing about Generators ! Do youtself a favour and
>> leave the Python comunity for the good of the language !
>>
>> Chris
>>
>
> Chris, you might want to try another list:
>
> https://mail.python.org/mailman/listinfo/tutor
>
>
> The folks on this list are friendly, but tough. They are not generally arrogant,
> but many of them are experts (or core python developers) and most of them are
> worth listening to. The list mentioned above is for folks who are learning
> python and who have basic questions or want basic clarifications.   (they are
> gentler too)    :)

It's also worth noting that Rick Johnson is a well-known troll here and *not* 
representative of this group. He was deliberately insulting Chris, not being 
"tough" but helpful. He is not worth listening to. He is to be killfiled and 
ignored. Chris, I'm sorry you ran into him on your first introduction to this 
community.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: First attempt at a Python prog (Chess) Chris Hinsley <chris.hinsley@gmail.com> - 2014-04-30 14:28 +0100
  Re: First attempt at a Python prog (Chess) Mark H Harris <harrismh777@gmail.com> - 2014-04-30 10:15 -0500
    Re: First attempt at a Python prog (Chess) Robert Kern <robert.kern@gmail.com> - 2014-04-30 16:55 +0100

csiph-web