Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71561
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'read.': 0.03; 'conventions': 0.07; 'subject:file': 0.07; 'subject:help': 0.08; 'classes.': 0.09; 'pep': 0.09; 'subject:xml': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'mostly': 0.14; '11:42': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'naming': 0.16; 'subject: \n ': 0.16; 'subject:XML': 0.16; 'subject:after': 0.16; 'url:pep-0008': 0.16; 'url:peps': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'wed,': 0.18; "python's": 0.19; 'not,': 0.20; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'cc:2**0': 0.24; 'least': 0.26; 'header:In-Reply- To:1': 0.27; 'tried': 0.27; 'message-id:@mail.gmail.com': 0.30; 'easier': 0.31; 'commonly': 0.31; 'class': 0.32; 'url:python': 0.33; 'subject:from': 0.34; 'classes': 0.35; 'definition': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'library.': 0.36; 'subject:data': 0.36; 'url:org': 0.36; 'list': 0.37; 'being': 0.38; 'pm,': 0.38; 'called': 0.40; 'most': 0.60; 'first': 0.61; 'name': 0.63; 'subject:Need': 0.64; 'distinguish': 0.84; 'etc,': 0.84; 'instantly': 0.84; 'round.': 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=3ou3rjFnJq1+jkLEJIbs06TmavupxdgXd6/a23q3jqA=; b=k97+zzj64oxdYXRk4paACkkOXaw6RC13TfryM+qFUVss5yT2n5/Cl49RhjjCZKkv+0 vUrwaeI8zuv5ZgoGnMSkprbgVZyL+gS4jsT0bNE6ham4ayUzGu4ohV8++nR/YFzkHfkw avwVxDzYqBnm7wupPrGAIQQc9FmHiuphWv/1O/67ZjNyU2tq+AQW3Q82jFPzcAE8dON1 PGVNPX1tH74pIP980VXhkSRn1UKU1eqdQaG4a4AEdzH8Bbi9ULr4AkXvdFbW2Cn+06BX KG93miSr2Dpn+rg51AkDc6DMV8wBAMvyoURozVnBGduGDomSIFHhr0oc+oiX1ocKX9jM sHnQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.90.37 with SMTP id bt5mr2737594vdb.7.1400075398662; Wed, 14 May 2014 06:49:58 -0700 (PDT) |
| In-Reply-To | <6c5ea113-d87a-40ff-8039-dd8694fdf73f@googlegroups.com> |
| References | <2c8cb313-50f6-439b-a979-bd320a2c7b2c@googlegroups.com> <e5739cae-7fe5-4f63-95ec-cad7ce5190d8@googlegroups.com> <mailman.10004.1400072207.18130.python-list@python.org> <6c5ea113-d87a-40ff-8039-dd8694fdf73f@googlegroups.com> |
| Date | Wed, 14 May 2014 23:49:58 +1000 |
| Subject | Re: Need help to write data onto an XML file after reading data from another xml file |
| 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.10007.1400075406.18130.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1400075406 news.xs4all.nl 2834 [2001:888:2000:d::a6]:33743 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:71561 |
Show key headers only | View raw
On Wed, May 14, 2014 at 11:42 PM, <varun7rs@gmail.com> wrote: > Since its my first time programming I am not aware of many conventions that are being used to name classes. I tried to distinguish them by naming classes in caps. The most commonly followed naming conventions in Python are those mandated for Python's own standard library. The definition of that is in a document called PEP 8: http://www.python.org/dev/peps/pep-0008/ Makes a good read. If you at least mostly follow PEP 8, people on this list will instantly know what's a class and what's not, etc, and it'll make things easier all round. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Need help to write data onto an XML file after reading data from another xml file varun7rs@gmail.com - 2014-05-13 07:31 -0700
Re: Need help to write data onto an XML file after reading data from another xml file Dave Angel <d@davea.name> - 2014-05-13 22:09 -0400
Re: Need help to write data onto an XML file after reading data from another xml file varun7rs@gmail.com - 2014-05-13 23:49 -0700
Re: Need help to write data onto an XML file after reading data from another xml file Dave Angel <davea@davea.name> - 2014-05-14 03:32 -0400
Re: Need help to write data onto an XML file after reading data from another xml file varun7rs@gmail.com - 2014-05-14 06:42 -0700
Re: Need help to write data onto an XML file after reading data from another xml file Chris Angelico <rosuav@gmail.com> - 2014-05-14 23:49 +1000
csiph-web