Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38019
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!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.054 |
| X-Spam-Evidence | '*H*': 0.91; '*S*': 0.02; 'python.': 0.02; 'subject:Python': 0.05; 'subject:skip:c 10': 0.07; 'subject:Help': 0.10; 'ah,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'resist': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'header:In-Reply-To:1': 0.25; 'wrote': 0.26; 'message- id:@mail.gmail.com': 0.27; 'rest': 0.28; 'quoting': 0.29; 'fri,': 0.30; 'to:addr:python-list': 0.33; '(with': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'being': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'networking': 0.60; 'great': 0.64; 'social': 0.69; 'article': 0.78; '2013': 0.84; 'simulations': 0.84; 'social.': 0.84; 'sorry.': 0.91; 'more!': 0.97 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=6C4a3GUdL/5+PqPrbPl7MDc4V6SQ+HsQf/zekryIZ9M=; b=j8nqmz9/+zdaNhycxz+zsLvIbHV96f/OpqPAVdQnvGhxC96t61/GtZHDYNvzVjRqyE fGLD/QXXZhPBd9W4+W/KdjYpHrKFKDxs9rWO5NnjHTxIUPDDMvbQdpZWCnuCjRqnG5I+ uiG71bGqdW37okuPT4PKzURlsmpUHj3YawEPxHuoSDMnkjES0mYQpwHgaq/sDAPresy/ 1oPFtBizcCMazTuuF6caN+VeE+i6EtmHYSDmjmZWhKzXKh2JFs5mtgZ9uKBaEJHfvIhg +uPaqTdkss36a8tHVZ1jAeIQ3j/07NylFr/qwj+yasAA+wJ74C7DW6qrqZXcLlmm/Q9m Yohw== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.219.77 with SMTP id ht13mr9798535vcb.66.1359681385446; Thu, 31 Jan 2013 17:16:25 -0800 (PST) |
| In-Reply-To | <fca75705-0db7-4b5e-a3b0-79e5be250a9c@googlegroups.com> |
| References | <fca75705-0db7-4b5e-a3b0-79e5be250a9c@googlegroups.com> |
| Date | Fri, 1 Feb 2013 12:16:25 +1100 |
| Subject | Re: Help the visibility of Python in computational science |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1264.1359681394.2939.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1359681394 news.xs4all.nl 6977 [2001:888:2000:d::a6]:50992 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38019 |
Show key headers only | View raw
On Fri, Feb 1, 2013 at 12:05 PM, <dg.google.groups@thesamovar.net> wrote: > "Brian" is a package I wrote (with several others) to do simulations of > spiking neural networks in Python. Read the article if you want to know > more! :) Ah, I don't need to read it. You're simulating a brain; the rest is mere appendix! (couldn't resist quoting the great detective being wrong) I don't do social networking though, sorry. Networking is my antidote to being social. :) ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Help the visibility of Python in computational science dg.google.groups@thesamovar.net - 2013-01-31 17:05 -0800
Re: Help the visibility of Python in computational science Chris Angelico <rosuav@gmail.com> - 2013-02-01 12:16 +1100
Re: Help the visibility of Python in computational science Terry Reedy <tjreedy@udel.edu> - 2013-01-31 22:06 -0500
Re: Help the visibility of Python in computational science dg.google.groups@thesamovar.net - 2013-01-31 19:45 -0800
Re: Help the visibility of Python in computational science dg.google.groups@thesamovar.net - 2013-01-31 19:45 -0800
Re: Help the visibility of Python in computational science Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-01 16:00 +1100
Re: Help the visibility of Python in computational science Chris Angelico <rosuav@gmail.com> - 2013-02-01 16:09 +1100
Re: Help the visibility of Python in computational science dg.google.groups@thesamovar.net - 2013-02-01 12:46 -0800
Re: Help the visibility of Python in computational science dg.google.groups@thesamovar.net - 2013-02-01 12:46 -0800
csiph-web