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


Groups > comp.lang.python > #18656

Re: Getting involved

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ericsnowcurrently@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'cpython': 0.05; 'python': 0.08; 'c++': 0.12; 'open-source': 0.13; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'antoine': 0.16; 'c++.': 0.16; 'partly': 0.16; 'pitrou': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'computing': 0.18; 'phd': 0.18; 'jan': 0.19; 'cc:no real name:2**0': 0.20; 'written': 0.20; 'java': 0.21; 'programming': 0.21; '(most': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; 'sat,': 0.25; 'writes:': 0.25; "i'm": 0.26; 'mainly': 0.28; 'project,': 0.28; 'url:mailman': 0.28; 'cloud': 0.28; 'bit': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'subject:Getting': 0.30; 'student': 0.31; 'quite': 0.32; 'list': 0.32; 'url:listinfo': 0.32; 'career': 0.34; 'things': 0.34; 'languages.': 0.34; 'url:python': 0.36; 'reference': 0.37; 'hello,': 0.37; 'received:google.com': 0.37; 'presentation': 0.37; 'could': 0.37; 'some': 0.38; 'received:209.85': 0.38; 'url:docs': 0.39; 'url:org': 0.39; 'background': 0.40; 'received:209': 0.40; 'projects': 0.61; 'europe': 0.64; 'here': 0.65; '2012': 0.67; 'stream': 0.77; 'ireland.': 0.84; 'is)': 0.84; 'participated': 0.84; 'subject:involved': 0.84; 'touching': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p7K/R/nwTcARp5zEHsyqwGhmOpinmVCcgDT3d9yLF7M=; b=t063ztjoeV5nlKwzwLpjr/boqEXZYHTQeo9RxE7LSxtjQcIEe0X7Fikc61tn1pFr1N trrE0+YrE3gNA69qhkcA12hGYSoHFhQcrOveVr1e2yHItLyffqA+Mq113WB4qV1y/hun yf7SiCDehIE6HZk1ZfDHeb+rc9wOI50IoGgG0=
MIME-Version 1.0
In-Reply-To <loom.20120107T213644-24@post.gmane.org>
References <d43b3b10-2884-4726-b19a-c4ecfa90f96d@k28g2000yqn.googlegroups.com> <loom.20120107T213644-24@post.gmane.org>
Date Sat, 7 Jan 2012 14:48:56 -0700
Subject Re: Getting involved
From Eric Snow <ericsnowcurrently@gmail.com>
To Antoine Pitrou <solipsis@pitrou.net>
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.4520.1325972940.27778.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1325972940 news.xs4all.nl 6882 [2001:888:2000:d::a6]:50312
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18656

Show key headers only | View raw


On Sat, Jan 7, 2012 at 1:39 PM, Antoine Pitrou <solipsis@pitrou.net> wrote:
>
> Hello,
>
> Sophie Sperner <sophie.sperner <at> gmail.com> writes:
>>
>> Let me ask here please. I'm a first-year PhD student in Ireland. My
>> background is in mathematics, though I'm going to stream my career
>> into programming with Python, Java and C++ languages. I have some good
>> experience with C++ what allowed me to have a presentation in Europe
>> quite recently - I participated in an open-source cloud computing
>> project. I used Python a little bit in that project, though mainly it
>> was in C++.
>>
>> [...]
>>
>> Could you please list me 2 or 3 projects in Python and/or Java which
>> are currently active (vivid) and useful?
>
> CPython itself - the reference and most used implementation - is written partly
> in Python (most of the stdlib is) and partly in C. It is easy to find things to
> do even without touching C. You could take a look:
> http://docs.python.org/devguide/

+1

>
> Regards
>
> Antoine.
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list

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


Thread

Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 02:59 -0800
  Re: Getting involved Chris Angelico <rosuav@gmail.com> - 2012-01-07 22:13 +1100
    Re: Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 03:17 -0800
      Re: Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 03:36 -0800
    Re: Getting involved moijes12 <moijes12@gmail.com> - 2012-01-09 23:52 -0800
  Re: Getting involved Andrew Berg <bahamutzero8825@gmail.com> - 2012-01-07 05:16 -0600
  Re: Getting involved Stefan Behnel <stefan_ml@behnel.de> - 2012-01-07 12:53 +0100
    Re: Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 04:01 -0800
      Re: Getting involved - Jython ElementTree performance Stefan Behnel <stefan_ml@behnel.de> - 2012-01-07 15:40 +0100
  Re: Getting involved Antoine Pitrou <solipsis@pitrou.net> - 2012-01-07 20:39 +0000
  Re: Getting involved Eric Snow <ericsnowcurrently@gmail.com> - 2012-01-07 14:48 -0700

csiph-web