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


Groups > comp.lang.python > #65974

Re: Python programming

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.033
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'source,': 0.04; 'subject:Python': 0.06; '"if': 0.09; 'cc:addr:python-list': 0.11; "wouldn't": 0.14; 'windows': 0.15; 'attributed': 0.16; 'experiment.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'silver:': 0.16; 'subject:programming': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'examples': 0.20; 'feb': 0.22; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'card,': 0.31; 'this.': 0.32; 'quite': 0.32; 'linux': 0.33; "can't": 0.35; 'something': 0.35; 'computing': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'operating': 0.37; 'problems': 0.38; 'pm,': 0.38; 'recent': 0.39; '12,': 0.39; 'dave': 0.60; 'full': 0.61; 'actually,': 0.84; 'literature': 0.84; 'madness': 0.84; 'nicely.': 0.84; 'angel': 0.91; 'wine': 0.91; 'to:none': 0.92; 'hot': 0.96
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=BnXmwfnAwln9F2/5IUgQ2p42XctzzK1lGhzj57ER1QE=; b=q1OD0fvI6aAt7l8Llj8VzXcHHCcy22swHSP+HMUxsaJUSQPup1xSVdo29W2kJd4VBI Q/Y5W3+sPKVVrsCQspsu8MpgrphYADGCKaafsn1UpopppCwW8sSBHcVyMJM9mf3taNEY m72m/TMYfV6IYalFjVqCz56n1w8NgnJp72bxJvy52Og4OdUS2CZFDbCPARkJ3mAasfkT XH89Ys20WdJjNSZqq2ThodfFyFSNDp4AmCAuMIdRKjFcJ5qAmzRY5t/4s/SjOQDJvNw1 ZPpf8uj4HC0NvAQjMtwASd6wzpT/pDrOT4Sg4AOVkT9fy7ovSRueOXyTcTXsSQlhU4Ia /GDw==
MIME-Version 1.0
X-Received by 10.68.200.74 with SMTP id jq10mr431379pbc.169.1392168382302; Tue, 11 Feb 2014 17:26:22 -0800 (PST)
In-Reply-To <ldehh7$h34$2@ger.gmane.org>
References <26217118-437d-464b-bc32-151795880030@googlegroups.com> <ldehh7$h34$2@ger.gmane.org>
Date Wed, 12 Feb 2014 12:26:22 +1100
Subject Re: Python programming
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.6712.1392168385.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1392168385 news.xs4all.nl 2860 [2001:888:2000:d::a6]:39051
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65974

Show key headers only | View raw


On Wed, Feb 12, 2014 at 12:11 PM, Dave Angel <davea@davea.name> wrote:
> I did some of my best work before I learned that some of those
>  problems were impossible.

Sounds like something from the invention of Post-It Notes. I can't
find an authoritative source, but it's all over the internet,
attributed to Spencer Silver:

"If I had thought about it, I wouldn't have done the experiment. The
literature was full of examples that said you can't do this."

Programming is often like this. Actually, computing generally. The
literature was full of examples that said that "Alice: Madness
Returns" required Windows 7, a hot video card, and so on. Turns out
that Linux and Wine will do the job quite nicely. Never mind that the
makers are completely uninterested in helping... I just did some
leg-work and got my favourite recent game going under my favourite
operating system :)

ChrisA

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


Thread

Python programming ngangsia akumbo <ngangsia@gmail.com> - 2014-02-11 16:21 -0800
  Re: Python programming Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-12 00:54 +0000
  Re:Python programming Dave Angel <davea@davea.name> - 2014-02-11 20:11 -0500
    Re:Python programming Walter Hurry <walterhurry@gmail.com> - 2014-02-12 01:21 +0000
      Re: Python programming Larry Martell <larry.martell@gmail.com> - 2014-02-11 20:26 -0500
    Re: Python programming ngangsia akumbo <ngangsia@gmail.com> - 2014-02-11 17:29 -0800
  Re: Python programming Chris Angelico <rosuav@gmail.com> - 2014-02-12 12:26 +1100
  Re: Python programming Alan Meyer <ameyer2@yahoo.com> - 2014-02-11 22:19 -0500
  Re: Python programming Asdrúbal Iván Suárez <asdrubalivan.listas@gmail.com> - 2014-02-11 20:30 -0430
  Re: Python programming Ben Abramowitz <benjaminabramowitz@gmail.com> - 2014-02-11 20:04 -0800

csiph-web