Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98539
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: using binary in python |
| Date | Tue, 10 Nov 2015 02:57:01 +1100 |
| Lines | 14 |
| Message-ID | <mailman.182.1447084624.16136.python-list@python.org> (permalink) |
| References | <20151108212706.GA29701@z-sverige.nu> <mailman.168.1447065689.16136.python-list@python.org> <87d1vjigqf.fsf@elektro.pacujo.net> <mailman.169.1447067069.16136.python-list@python.org> <8737wfi9ss.fsf@elektro.pacujo.net> <mailman.174.1447077141.16136.python-list@python.org> <87si4fgs5f.fsf@elektro.pacujo.net> <mailman.179.1447082283.16136.python-list@python.org> <87lha7goqi.fsf@elektro.pacujo.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de MAQ6cMVjOrKyiIiv5+X4Cg/lAxIEeElDh6zfuwOyLtKw== |
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.017 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:using': 0.09; 'python.': 0.11; 'subject:python': 0.14; 'languages,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'language': 0.19; 'together.': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'programming': 0.22; 'am,': 0.23; 'written': 0.24; 'header:In-Reply-To:1': 0.24; 'not.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'closer': 0.29; "i'm": 0.30; 'screen': 0.32; 'possibly': 0.32; 'consist': 0.33; 'conventions': 0.33; 'lets': 0.33; 'languages': 0.34; 'tue,': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'something': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'received:209.85.213': 0.37; 'front': 0.38; 'received:209': 0.38; 'system.': 0.39; 'build': 0.40; 'different': 0.63; 'benefit': 0.66; 'chrisa': 0.84; 'to:none': 0.91; 'smoke': 0.91 |
| 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=myxHuVOyvFFMNhNPM9dRSpqwOmUcxYfk4izU5lC36L8=; b=L15UoLL7f0uqd/t7Dj5wTTIopopCsqeunJHkaa9UWBms4Wqxga5XpejBieO8IKp00X ekuUWgLGjU4rB1u37ReOak2vR/QkmHJrmF+I8XV36kubN9IwjjfCgLgByY4HSYloijnI qUYP6SNroeOMMxd5LXNQ33OfrwUd91WzsCSToZuliH+rbH8lYOTjvCLQDItyD4ngH8nq ImwCM0YWkY1zGvu20ypOM8cP83Xvrs3DAkLePB9T0OgNOeuAEXbojYSqoTliFrqVk2M9 S4Ws6W1sC8VRlB2bRcpw3VeR76spQGMU6F9uzjJ1NdCrQhB2Gof9PxblNlvf/QH0RF6I behQ== |
| X-Received | by 10.50.132.101 with SMTP id ot5mr2629749igb.13.1447084621986; Mon, 09 Nov 2015 07:57:01 -0800 (PST) |
| In-Reply-To | <87lha7goqi.fsf@elektro.pacujo.net> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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> |
| Xref | csiph.com comp.lang.python:98539 |
Show key headers only | View raw
On Tue, Nov 10, 2015 at 2:46 AM, Marko Rauhamaa <marko@pacujo.net> wrote: > I program for Linux. I use different programming languages, but the > target is Linux. The systems I build and deal with consist of different > components written in different programming languages but they all > follow Linux-y conventions to work harmoniously together. I don't in any > way benefit from a smoke screen a programming language offers to place > in front of the operating system. Then, as I said before: You do not want Python. Go use something else that lets you get closer to the OS - possibly C, but possibly not. I'm going to keep using a language that lets me write for humans, because they are my target. Not Linux. People. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: using binary in python Michiel Overtoom <motoom@xs4all.nl> - 2015-11-09 11:40 +0100
Re: using binary in python Marko Rauhamaa <marko@pacujo.net> - 2015-11-09 12:56 +0200
Re: using binary in python Chris Angelico <rosuav@gmail.com> - 2015-11-09 22:04 +1100
Re: using binary in python Marko Rauhamaa <marko@pacujo.net> - 2015-11-09 15:25 +0200
Re: using binary in python Chris Angelico <rosuav@gmail.com> - 2015-11-10 00:52 +1100
Re: using binary in python Marko Rauhamaa <marko@pacujo.net> - 2015-11-09 16:32 +0200
Re: using binary in python Chris Angelico <rosuav@gmail.com> - 2015-11-10 02:17 +1100
Re: using binary in python Marko Rauhamaa <marko@pacujo.net> - 2015-11-09 17:46 +0200
Re: using binary in python Chris Angelico <rosuav@gmail.com> - 2015-11-10 02:57 +1100
Re: using binary in python Marko Rauhamaa <marko@pacujo.net> - 2015-11-09 18:17 +0200
csiph-web