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


Groups > comp.lang.python > #70240

Re: Python hackathon ideas

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.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.015
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'patch.': 0.09; 'tackle': 0.09; 'cc:addr:python-list': 0.11; 'contribute': 0.11; 'python': 0.11; 'bug': 0.12; 'cares': 0.16; 'dig': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ported': 0.16; 'subject:ideas': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; '15,': 0.26; 'tracker': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'occurs': 0.31; 'actively': 0.33; 'could': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'useful': 0.36; 'too': 0.37; 'project': 0.37; 'that,': 0.38; 'use.': 0.39; 'most': 0.60; 'day.': 0.63; 'confirm': 0.64; 'more': 0.64; 'chance': 0.65; 'wall': 0.65; 'nobody': 0.68; 'day': 0.76; '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=P0RU+KfHZBks5P3x73BV9ShxI8g2obXEMzb/9E1rUTk=; b=Y5qVk65PsE7P0mgtz7c5S9K+xOhcoUvFbrZwvw1YWCt8dNMb+0e+Y/qcJqS+P/dGGA K6DPNwYnyGKwEJbaTYUckXNgr7Ap6xnT/+6VLWwi+Gb8gCjrCXDEX9M1qshbKGieRgMB eVoa6rn3lsd8rtbWkZdHpyzjBDBRJg8Y6+iXIPqGfCC4rWr+KkVaEDrapG7tfU4TAXMw +JsX5FGKULPjUtuLWcqwpYH4HyvI80ohmKUfhBFF0Qq16IctaeJBUFgeeaMvTmbxpkwv BMT+FDV/SchTSTNgwpz741x18L0uU7EBqm9BR1lLl1EvqZ/S2cOGaS2F4qHRQGC7ZuL5 XFCg==
MIME-Version 1.0
X-Received by 10.58.38.166 with SMTP id h6mr5904385vek.22.1397524855818; Mon, 14 Apr 2014 18:20:55 -0700 (PDT)
In-Reply-To <CAMy=CLo8DaWt62ULbY+Nq4-vTf0up=XBzij0Gr_QJb7U6vAMTQ@mail.gmail.com>
References <CAMy=CLo8DaWt62ULbY+Nq4-vTf0up=XBzij0Gr_QJb7U6vAMTQ@mail.gmail.com>
Date Tue, 15 Apr 2014 11:20:55 +1000
Subject Re: Python hackathon ideas
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.9262.1397524858.18130.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1397524858 news.xs4all.nl 2831 [2001:888:2000:d::a6]:41370
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:70240

Show key headers only | View raw


On Tue, Apr 15, 2014 at 4:54 AM, Claudiu Popa <pcmanticore@gmail.com> wrote:
> - Python 2 only (and we'll try to port them to Python 3)
>
> I know about Python 3 Wall of superpowers, but most of the Python 2
> only projects seems too big
> for us to tackle in one day.

I suspect that, by now, any Py2 projects that could be ported to Py3
in one day have already been ported, or else nobody cares about them.

Generally, the best way to find a project to contribute to is to find
one that you actively and personally use. Dig into it and find
something that makes you go "Wow, I didn't know you could do that with
it!", and there's a chance for a docs patch. Or dig through the bug
tracker and confirm some bugs; that's more useful than a lot of people
realize. "Bug occurs on X with Y and Z... let's see if it happens for
me too."

ChrisA

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


Thread

Re: Python hackathon ideas Chris Angelico <rosuav@gmail.com> - 2014-04-15 11:20 +1000

csiph-web