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


Groups > comp.lang.python > #11211 > unrolled thread

indentation

Started byAmit Jaluf <amitjaluf@gmail.com>
First post2011-08-11 05:56 -0700
Last post2011-08-14 18:54 +0800
Articles 6 — 5 participants

Back to article view | Back to comp.lang.python


Contents

  indentation Amit Jaluf <amitjaluf@gmail.com> - 2011-08-11 05:56 -0700
    Re: indentation MRAB <python@mrabarnett.plus.com> - 2011-08-11 14:15 +0100
      Re: indentation Amit Jaluf <amitjaluf@gmail.com> - 2011-08-11 07:06 -0700
        Re: indentation maedox <paal.nilsen@gmail.com> - 2011-08-11 07:15 -0700
        Re: indentation Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2011-08-11 16:44 +0200
    Re: indentation TheSaint <no@nowhere.net.no> - 2011-08-14 18:54 +0800

#11211 — indentation

FromAmit Jaluf <amitjaluf@gmail.com>
Date2011-08-11 05:56 -0700
Subjectindentation
Message-ID<d6f247ab-e415-4286-9cf2-a52d100ae690@m4g2000pri.googlegroups.com>
Hello Group,
i just start python is it necessary indentation in python ?

thanks in advance ...

[toc] | [next] | [standalone]


#11213

FromMRAB <python@mrabarnett.plus.com>
Date2011-08-11 14:15 +0100
Message-ID<mailman.2177.1313068532.1164.python-list@python.org>
In reply to#11211
On 11/08/2011 13:56, Amit Jaluf wrote:
> Hello Group,
> i just start python is it necessary indentation in python ?
>
Yes, indentation is part of the language.

Even in programming languages where it isn't necessary, it's
recommended because it makes the code easier to read.

[toc] | [prev] | [next] | [standalone]


#11216

FromAmit Jaluf <amitjaluf@gmail.com>
Date2011-08-11 07:06 -0700
Message-ID<050399d8-485c-4e92-a673-0d6e00b7412f@v42g2000pri.googlegroups.com>
In reply to#11213
On Aug 11, 8:15 am, MRAB <pyt...@mrabarnett.plus.com> wrote:
> On 11/08/2011 13:56, Amit Jaluf wrote:> Hello Group,
> > i just start python is it necessary indentation in python ?
>
> Yes, indentation is part of the language.
>
> Even in programming languages where it isn't necessary, it's
> recommended because it makes the code easier to read.

Thanks MRAB
which book or tutorial i should for it(Python)
i found "A Byte of Python " by Swaroop
after that which tutorial(book) i have to read
Please Suggest me .....

[toc] | [prev] | [next] | [standalone]


#11217

Frommaedox <paal.nilsen@gmail.com>
Date2011-08-11 07:15 -0700
Message-ID<d254537c-6957-4d0c-8e45-b119d861650a@y16g2000yqh.googlegroups.com>
In reply to#11216
On 11 Aug, 16:06, Amit Jaluf <amitja...@gmail.com> wrote:
> On Aug 11, 8:15 am, MRAB <pyt...@mrabarnett.plus.com> wrote:
>
> > On 11/08/2011 13:56, Amit Jaluf wrote:> Hello Group,
> > > i just start python is it necessary indentation in python ?
>
> > Yes, indentation is part of the language.
>
> > Even in programming languages where it isn't necessary, it's
> > recommended because it makes the code easier to read.
>
> Thanks MRAB
> which book or tutorial i should for it(Python)
> i found "A Byte of Python " by Swaroop
> after that which tutorial(book) i have to read
> Please Suggest me .....

http://www.python.org/dev/peps/pep-0008/
http://diveintopython.org/
http://learnpythonthehardway.org/
http://code.google.com/intl/no/edu/languages/google-python-class/introduction.html

[toc] | [prev] | [next] | [standalone]


#11220

FromUlrich Eckhardt <ulrich.eckhardt@dominolaser.com>
Date2011-08-11 16:44 +0200
Message-ID<8u5dh8-mnk.ln1@satorlaser.homedns.org>
In reply to#11216
Amit Jaluf wrote:
> which book or tutorial i should for it(Python)
> i found "A Byte of Python " by Swaroop
> after that which tutorial(book) i have to read

You can read lots of book reviews online. That said, have you checked 
http://www.python.org?

Uli

-- 
Domino Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

[toc] | [prev] | [next] | [standalone]


#11380

FromTheSaint <no@nowhere.net.no>
Date2011-08-14 18:54 +0800
Message-ID<j289i1$kc7$1@speranza.aioe.org>
In reply to#11211
Amit Jaluf wrote:

>  is it necessary indentation in python ?
> 
Try without and report it

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web