Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86469
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.057 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.00; 'anyway.': 0.05; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'fancy': 0.16; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'saying.': 0.16; 'slight': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'feb': 0.22; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'text.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'probably': 0.32; 'entirely': 0.33; 'maybe': 0.34; "i'd": 0.34; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'done': 0.36; 'ben': 0.38; 'pm,': 0.38; 'pdf': 0.39; 'even': 0.60; 'problems.': 0.60; 'tell': 0.60; "you're": 0.61; 'more': 0.64; '26,': 0.68; 'helping': 0.70; '2015': 0.84; 'pdf.': 0.84; 'subject:Practices': 0.84; 'to:none': 0.92 |
| 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=RfDW180k2F9bC+V44vD2HGA8z7/xROx8dfg+skdLKIc=; b=pQH1fu0mepTCymSlSGQRFcA35KhUMVvUbkB35rWxUJ8s3L2o38/E/fl25twpzAd7N/ LWBqOsRIjEf0fQv1km6/t8dnjjrz9OsIOcW0J4Za5bQ3xhSzIeRHiRwyysdV/7U0eHg0 CtG+UjwMIBGgutUNlJHblVtGfCfL+IxPg89ZKbYa0Ry5A8Izf0X082b1JuJsL/UuTT4H V8K27WpsVkPNY2EMetjkDAXIhJjhQqRHFrWXk1CyiOWZGpjorshRojtsB5CmA4hnORKY aeUA7fHN/N1sgmcbn9QM02jvkH4jbTK3B88SBehuwZFB94lK58v9Wq9oAIxjq/Yze/Vn fa0g== |
| MIME-Version | 1.0 |
| X-Received | by 10.42.64.197 with SMTP id h5mr7785226ici.12.1424924233180; Wed, 25 Feb 2015 20:17:13 -0800 (PST) |
| In-Reply-To | <85d24x48na.fsf@benfinney.id.au> |
| References | <mclca6$iie$1@ger.gmane.org> <85fv9t5zen.fsf@benfinney.id.au> <54EE88B2.1020008@gmail.com> <85d24x48na.fsf@benfinney.id.au> |
| Date | Thu, 26 Feb 2015 15:17:13 +1100 |
| Subject | Re: Python Worst Practices |
| 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.19237.1424924242.18130.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1424924242 news.xs4all.nl 2862 [2001:888:2000:d::a6]:48979 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:86469 |
Show key headers only | View raw
On Thu, Feb 26, 2015 at 3:08 PM, Ben Finney <ben+python@benfinney.id.au> wrote: > Both of which have no technical justification; a PDF presentation > document would do just as well and avoid those problems. Probably doesn't even need PDF. The slides are approximately as complex as those in Ned Batchelder's "Pragmatic Unicode" presentation, which is represented entirely in text. Maybe there's some slight additional complications, but not many. I'd really like to see a lot more presentations done in pure text. Scrap the graphics, scrap the fancy transitions, they aren't helping you make your case anyway. Just give me the content. Tell me what you're saying. I don't care about the fluff. ChrisA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Python Worst Practices Chris Angelico <rosuav@gmail.com> - 2015-02-26 15:17 +1100 Re: Python Worst Practices wxjmfauth@gmail.com - 2015-03-01 11:13 -0800
csiph-web