Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25138
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.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.118 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.77; '*S*': 0.00; 'subject:Python': 0.05; 'received:mail-qc0-f174.google.com': 0.09; 'programmer': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'instance:': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'explicit': 0.22; 'subject:Questions': 0.22; 'work,': 0.22; "i've": 0.23; 'header :In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'intellectual': 0.29; 'code': 0.31; 'not.': 0.32; "who's": 0.32; '11,': 0.33; 'to:addr:python-list': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'done': 0.34; 'clear': 0.35; 'received:209.85': 0.35; 'created': 0.36; 'being': 0.37; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'easy': 0.60; 'matter': 0.61; 'different': 0.63; 'ever': 0.63; 'license': 0.65; 'jul': 0.65; 'learned': 0.65; 'risk': 0.66; 'home': 0.66; 'hand': 0.82; 'arise.': 0.84; 'subject:Interview': 0.84; 'lifting': 0.91 |
| 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:to :content-type; bh=0CtGCHRfw2b+UmOsJgSrCtDHv0iVeyA8iLVl5NXptK8=; b=tlUoWztP6r6TpY1t+j3+MMUwBB7Y3sAkgjTeDhxQBU6WO+vexTsqqjHMIYs3XESqGI pBfSNlWiEuEe3cyxZJD9XmHFZstuw712rucIM5qlx24SWhMmGF/Wm71hIiMt26ZN510p ook9N3hvzn6lMzngsPYcMocBNiVehCc9dY0nZsnqjqGPpOisWZ1WvQfbpU78zmaijKP5 j0AGRoHFskYuN6RYBiiLsVeIrdSFvp89okdWwINeA52jm3mQGCpMyd3yq4ld0lo4YFDi hs+iM9B+hWFEDaulkGlfYJVkgJYhw80+Y8PwgejmLGn6VAZB0RBLxtCQ8Bd/vZKdqKrF Lj8g== |
| MIME-Version | 1.0 |
| In-Reply-To | <jthjbb$80v$1@dont-email.me> |
| References | <1193768041.349129.26350@v3g2000hsg.googlegroups.com> <mailman.658.1193771958.13605.python-list@python.org> <3e0ef383-9615-4b4d-89c1-e5519971189f@googlegroups.com> <roy-6F3A08.09254409072012@news.panix.com> <mailman.1952.1341855595.4697.python-list@python.org> <mailman.1954.1341864716.4697.python-list@python.org> <35e7a860-fd41-4018-82f6-aabc3261064d@googlegroups.com> <jthjbb$80v$1@dont-email.me> |
| Date | Wed, 11 Jul 2012 02:05:40 +1000 |
| Subject | Re: Python Interview Questions |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-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 <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1990.1341936344.4697.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1341936344 news.xs4all.nl 6958 [2001:888:2000:d::a6]:54810 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:25138 |
Show key headers only | View raw
On Wed, Jul 11, 2012 at 1:55 AM, BartC <bc@freeuk.com> wrote: > There's also the risk of mixing up software created at home, with that done > at work, with all the intellectual property issues that might arise. You just make the matter clear from the beginning, for instance: what's done at work stays at work, and copyright is assigned by the act of pushing to the repository. I've lifted oddments of code from my home projects to use at work; it's no different from using skills learned at home, which is exactly what a programmer is being paid for. This is another good reason to make license terms clear and explicit on every project you ever put a hand to. Doesn't matter who's lifting code from where to where, it's easy to work out whether it's permissible or not. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Python Interview Questions yeryomin.igor@gmail.com - 2012-07-08 23:39 -0700
Re: Python Interview Questions Tim Chase <python.list@tim.thechases.com> - 2012-07-09 06:07 -0500
Re: Python Interview Questions Roy Smith <roy@panix.com> - 2012-07-09 09:25 -0400
Re: Python Interview Questions Tim Chase <python.list@tim.thechases.com> - 2012-07-09 12:40 -0500
Re: Python Interview Questions Rick Johnson <rantingrickjohnson@gmail.com> - 2012-07-09 11:44 -0700
Re: Python Interview Questions Cameron Simpson <cs@zip.com.au> - 2012-07-10 09:05 +1000
Re: Python Interview Questions Demian Brecht <demianbrecht@gmail.com> - 2012-07-09 13:11 -0700
Re: Python Interview Questions Peter <peter.milliken@gmail.com> - 2012-07-09 14:22 -0700
Re: Python Interview Questions Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-07-09 18:53 -0400
Re: Python Interview Questions Christian Heimes <lists@cheimes.de> - 2012-07-10 01:33 +0200
Re: Python Interview Questions Roy Smith <roy@panix.com> - 2012-07-09 19:40 -0400
Re: Python Interview Questions Christian Heimes <lists@cheimes.de> - 2012-07-10 02:02 +0200
Re: Python Interview Questions rusi <rustompmody@gmail.com> - 2012-07-09 23:29 -0700
Re: Python Interview Questions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-10 07:33 +0000
Re: Python Interview Questions Christian Heimes <lists@cheimes.de> - 2012-07-10 10:11 +0200
Re: Python Interview Questions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-10 16:51 +0000
Re: Python Interview Questions Chris Angelico <rosuav@gmail.com> - 2012-07-11 02:59 +1000
Re: Python Interview Questions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-10 17:41 +0000
Re: Python Interview Questions Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-10 10:45 +0100
Re: Python Interview Questions rusi <rustompmody@gmail.com> - 2012-07-10 08:01 -0700
Re: Python Interview Questions Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-07-10 13:12 -0400
Re: Python Interview Questions Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-10 18:50 +0100
Re: Python Interview Questions Demian Brecht <demianbrecht@gmail.com> - 2012-07-10 11:08 -0700
Re: Python Interview Questions Robert Miles <robertmiles@teranews.com> - 2012-08-15 01:19 -0500
Re: Python Interview Questions Tim Chase <python.list@tim.thechases.com> - 2012-07-09 18:37 -0500
Re: Python Interview Questions Emile van Sebille <emile@fenx.com> - 2012-07-09 16:56 -0700
Re: Python Interview Questions Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-10 02:23 +0100
RE: Python Interview Questions Shambhu Rajak <Shambhu.Rajak@kpitcummins.com> - 2012-07-10 05:08 +0000
Re: Python Interview Questions Chris Angelico <rosuav@gmail.com> - 2012-07-10 18:03 +1000
Re: Python Interview Questions Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-07-10 10:42 +0100
Re: Python Interview Questions "BartC" <bc@freeuk.com> - 2012-07-10 16:55 +0100
Re: Python Interview Questions Chris Angelico <rosuav@gmail.com> - 2012-07-11 02:05 +1000
Re: Python Interview Questions Stefan Behnel <stefan_ml@behnel.de> - 2012-07-11 06:05 +0200
Re: Python Interview Questions Peter <peter.milliken@gmail.com> - 2012-07-09 14:22 -0700
Re: Python Interview Questions Roy Smith <roy@panix.com> - 2012-07-09 19:08 -0400
Re: Python Interview Questions Demian Brecht <demianbrecht@gmail.com> - 2012-07-09 13:11 -0700
csiph-web