Python indent syntax, advantages and disadvantages, python indent

Source: Internet
Author: User

Python indent syntax, advantages and disadvantages, python indent

Python syntax is relatively simple-indent

 

Indentation has the following advantages:

One of the advantages is to force you to write formatted code, but there is no rule on whether the indentation is a few spaces or tabs. According to the Conventions, the indentation with four spaces should always be used.

The second is to force you to write code with less indentation. You will tend to split a long piece of code into several functions to get code with less indentation.

 

The disadvantage of indentation is that the "copy-paste" function is invalid, which is the most pitfall. When you refactor the code, the code pasted in the past must be re-checked to check whether the indentation is correct. In addition, it is difficult for IDE to format Python code like formatting Java code.

 

In addition, in the text editor, you need to set to automatically convert the Tab to four spaces to ensure that Tab and space are not mixed.

 

Reference: Liao Xuefeng's blog

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.