Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.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.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:IDLE': 0.04; 'subject:Python': 0.06; 'git': 0.09; 'subject: [': 0.09; 'cc:addr :python-list': 0.11; '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; 'package.': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'tracker': 0.26; 'post': 0.26; '(for': 0.26; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'hosting': 0.29; 'am,': 0.29; 'generally': 0.29; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'subject:what': 0.31; 'weeks': 0.32; 'subject:the': 0.34; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'so,': 0.37; 'issue': 0.38; 'either': 0.39; 'most': 0.60; "you're": 0.61; "you'll": 0.62; 'kind': 0.63; 'such': 0.63; 'more': 0.64; 'importantly,': 0.68; 'facilities': 0.69; 'glad': 0.83; '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=G4nnrm25wyL5FEntEajYxWZL3lxKEbyuc4hK0HK6NLw=; b=qPagLCu4OYMVlJyol2/UU6JE6QajOnVJNlv1I/sc+XDjbmrlPCoKCmqVLKo1kMqHgg rNZ9ytjsPT+uLzs4rTPHYw5tKGLqu1T7KsNFvqIV1NqaBZGeV3a9tTatHCeC9fDLr1us abAGG6xXO67VZMx4nE1tZNpHVyAVFjmTH4chLktMV3snLUh5Zu293+RRGpkpIzempBC8 8xqZ53pnMRALYLe1zNhXJrTL55aJ4jFZh0yNZoCksHXSurx5CGnEH3emgXYPkGQPmH9V bkSC8lMNxCbs/X2kA7OCCGjt48ei93WBqrD5dPH+kDiUQlp8E9Wyoj9+LALlJ4MJRM6B zvjg== MIME-Version: 1.0 X-Received: by 10.50.30.72 with SMTP id q8mr26643986igh.14.1409106984125; Tue, 26 Aug 2014 19:36:24 -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 12:36:24 +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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409106992 news.xs4all.nl 2844 [2001:888:2000:d::a6]:56796 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77094 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. They generally have more facilities than just "a place to post code"; with GitHub, which I use extensively, you get issue tracker and such as part of the package. If you're not already using some kind of local source control, I recommend either git or hg, and most importantly, I recommend actually using source control, because you'll be glad of it :) ChrisA