Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71561

Re: Need help to write data onto an XML file after reading data from another xml file

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 2014-05-14 23:49 +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>
Newsgroups comp.lang.python
Message-ID <mailman.10007.1400075406.18130.python-list@python.org> (permalink)

Show all headers | 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 | NextPrevious in thread | Find similar | Unroll thread


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