Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'assignment': 0.07; 'failing': 0.07; 'subject:code': 0.07; "(i'd": 0.09; 'kumar': 0.09; 'solution,': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'posted': 0.15; 'code?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:post': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'code,': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'list:': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'posting': 0.31; 'yourself.': 0.31; 'anyone': 0.31; 'probably': 0.32; 'checking': 0.33; 'could': 0.34; 'requirement': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'useful': 0.36; 'that,': 0.38; 'sure': 0.39; 'subject:Can': 0.60; 'free': 0.61; "you're": 0.61; 'name': 0.63; 'more': 0.64; 'different': 0.65; 'smith': 0.68; 'groups.': 0.74; 'results,': 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=5HzJrL+ykLfqhvHdCxdMgrPqOSZ382hOqLT6b8RwHGU=; b=0aRH4fv9kMOqjQqVelkCo3wsVETdnJ2Jyt1C3oXRQ9TJvBpFkGgip4gex87TOLoZ6y 2q4TyL87cIfSL/IFkpdRFvZ+AltzxosNQnsBHonqGzB+q+nlkelJuRtNokMJ5VFviaCX 3x1+s66uXmOCGZ/sR3Gab16MzhdTu3zfTimsZEOHUug9sxEncgFKEqCMgKe5I9f2F5Ru OKS0X0XCAgWGOK+K80hU8YaJWTxh+MSA2sQ+vJSqPztuJGQ0tetGwafUjAWwguESk6lO n56waV5v/yycxQwqE9NqSh8paKVagyVMaPFJtKABTadJ5XRlTwtO5kPQmwtX4VveflzC 4IzQ== MIME-Version: 1.0 X-Received: by 10.69.19.193 with SMTP id gw1mr9988714pbd.89.1390084979700; Sat, 18 Jan 2014 14:42:59 -0800 (PST) In-Reply-To: References: Date: Sun, 19 Jan 2014 09:42:59 +1100 Subject: Re: Can post a code but afraid of plagiarism 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390084983 news.xs4all.nl 2872 [2001:888:2000:d::a6]:40891 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64268 On Sun, Jan 19, 2014 at 9:32 AM, indar kumar wrote: > @Roy Smith > > Can you help me privately because its an assignment and have to submit plagiarism free Are you sure the requirement precludes you posting your code? More likely, the rule is that you may not copy someone else's. When it's posted here, it'll have your name associated with it, so anyone checking for your code on the web will see that you posted it yourself. But please, before you post your code, fix your posts. You're using the buggiest client known to this list: Google Groups. Using a different means of posting is probably the best solution, but failing that, you could search the web for 'Google Groups Python' and find some useful instructions. (I'd like to see that you're able to find things based on web search results, because that's an important skill.) ChrisA