Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:IDLE': 0.04; 'subject:Python': 0.06; 'wednesday,': 0.07; 'git': 0.09; 'subject: [': 0.09; 'url:github': 0.09; 'cc:addr:python-list': 0.11; '1:13': 0.16; 'bitbucket': 0.16; 'code?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'code,': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'people,': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'post': 0.26; '(for': 0.26; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'hosting': 0.29; 'chris': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'subject:what': 0.31; 'there.': 0.32; 'weeks': 0.32; 'quite': 0.32; 'subject:the': 0.34; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'so,': 0.37; 'pm,': 0.38; 'most': 0.60; 'free': 0.61; 'august': 0.61; "you're": 0.61; 'interest': 0.64; 'great': 0.65; 'default': 0.69; 'secret': 0.74; 'subject:BBC': 0.84; '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=0xFYBFErLBqAaxwrJ2RN7IQKdPG/bgYzvMy9V3beK7s=; b=0SnmklgBiGAD+Cj2zsiUAYGkdhuyqzBO2P7ybXt4GYtPswjxxUFflcXsP23uAvkr+s yIkGvNJBltyxK1zGLq8zHNdTnzd+JCwqHGj+oWFUeQ3sEIkkGwo+oxVQS9D+xzL4M0V3 D0xA5VzR6Qkw9n+CnBgA+kzuIe3HCcFQyPG2ASWSm2wDrDe54NZQUI3oAZ0GmzoBKWuL k+SuBD64cXEQ+2VZzrQ8B0qdNaiopYuSGxfYA6HVjqkO5oyuMagFOGcU0BAbZIcDobMT klrouZ24iqPQRuXcG8r7rSCN0lIuIQfyrD/aIZFqPieC1oYzErCXjghePPShIONUlE4O SSxg== MIME-Version: 1.0 X-Received: by 10.50.176.169 with SMTP id cj9mr27199971igc.14.1409115328314; Tue, 26 Aug 2014 21:55:28 -0700 (PDT) In-Reply-To: References: <4eec9365-4103-4474-a47f-ea665b265b1e@googlegroups.com> <9f7fceb8-cb57-4525-a9a4-e9bc83c05ed2@googlegroups.com> <53fd2083$0$30001$c3e8da3$5496439d@news.astraweb.com> <5f5e1c19-a731-4de1-aa09-fc773605546a@googlegroups.com> Date: Wed, 27 Aug 2014 14:55:28 +1000 Subject: Re: Python conquors the BBC [was Re: IDLE has suddenly become FAWLTY - so should I be hitting it with a big stick, or what?] From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409115331 news.xs4all.nl 2956 [2001:888:2000:d::a6]:46642 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77099 On Wed, Aug 27, 2014 at 1:13 PM, Rustom Mody wrote: > On Wednesday, August 27, 2014 8:06:24 AM UTC+5:30, Chris Angelico wrote: >> On Wed, Aug 27, 2014 at 10:58 AM, Twirlip2 wrote: >> > So, please give me a few weeks to improve my code, before posting it. (I >> > recently came across somewhere on the Web where you can post code, but I >> > forget where.) > >> If you're looking for hosting, I recommend one of the source control >> hosting sites - github.com (for git), bitbucket.org (for hg), etc. > > Bitbucket has both git and hg with git the default (nowadays). And it > has free private repos (shareable by upto 5); with github you have to > pay through your nose. "etc". :) Also, why bother with private repos, if you're using this as a means of posting code? Just post public repos. I have a lot of them: https://github.com/Rosuav Quite a few aren't of great interest to most people, but there's nothing secret there. ChrisA