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!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'cpython': 0.05; 'python': 0.08; 'from:addr:pitrou.net': 0.09; 'from:addr:solipsis': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'c++': 0.12; 'open-source': 0.13; 'c++.': 0.16; 'from:name:antoine pitrou': 0.16; 'message- id:@post.gmane.org': 0.16; 'partly': 0.16; 'received:213.41.240': 0.16; 'received:213.41.240.54': 0.16; 'received:charlus.yi.org': 0.16; 'received:yi.org': 0.16; 'computing': 0.18; 'phd': 0.18; 'written': 0.20; 'java': 0.21; 'programming': 0.21; '(most': 0.21; 'writes:': 0.25; "i'm": 0.26; 'mainly': 0.28; 'project,': 0.28; 'cloud': 0.28; 'bit': 0.28; 'subject:Getting': 0.30; 'student': 0.31; 'quite': 0.32; 'list': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'career': 0.34; 'to:addr:python- list': 0.34; 'things': 0.34; 'languages.': 0.34; 'url:python': 0.36; 'charset:us-ascii': 0.37; 'reference': 0.37; 'hello,': 0.37; 'presentation': 0.37; 'could': 0.37; 'received:org': 0.38; 'some': 0.38; 'url:docs': 0.39; 'url:org': 0.39; 'background': 0.40; 'to:addr:python.org': 0.40; 'projects': 0.61; 'europe': 0.64; 'here': 0.65; 'stream': 0.77; 'ireland.': 0.84; 'is)': 0.84; 'participated': 0.84; 'subject:involved': 0.84; 'touching': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Antoine Pitrou Subject: Re: Getting involved Date: Sat, 7 Jan 2012 20:39:09 +0000 (UTC) References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 213.41.240.54 (Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325968765 news.xs4all.nl 6882 [2001:888:2000:d::a6]:35898 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18654 Hello, Sophie Sperner 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/ Regards Antoine.