The 1th chapter on the question and answer of Python

Source: Internet
Author: User

Section 1 Chapters

about the Python the question and answer

?

If you have bought this book, you may already know Python what is and why it is an important tool worth learning. If you don't know yet, you may not be fascinated by pythonuntil you learn the language by reading the rest of the book and use python to complete one or two projects. But before we go into the details, the first chapter of the book will briefly explain Some of the main reasons behind Python's popularity. To engrave A definition for Python, this chapter takes the form of a question-and-answer dialogue, posing some of the most common questions raised by beginners.

Why people use Python ?

today, there are many programming languages available, so this is usually the first question for newcomers. Given that there are currently about million Python users, it is not entirely correct to answer this question; The choice of development tools is sometimes based on specific conditional constraints or personal preferences.

But in the last 16 years, after teaching python to nearly 260 teams and over 4,000 students, I see the answer to this question showing some common themes. The main factors that Python users enumerate to choose Python appear to be these:

Software quality (software quality)

For many people, Python's focus on readability, consistency, and in the scripting world generally sets it apart from other tools for software quality. Python code is designed to be readable, reusable, and maintainable, and therefore more so than the traditional scripting language. The consistency of the Python code makes it easy to understand, even if you don't write. In addition, Python has in-depth support for more advanced software reuse mechanisms, such as object-oriented (OO) and functional planning.

Development efficiency (Developer productivity)

Python improves developer productivity multiple times with the inability to compile or statically type languages such as c,c++ and Java. Python code is typically one-third to one-fifth of the size equivalent to C + + or Java code. This means there are fewer types, less debugging, and keeping the facts behind. The Python program also runs immediately, without lengthy compilation and linking steps, further improving the programming speed through the requirements of some other tools.

?

?

?

?

?

?

?

?

?

?

?

The 1th chapter on the question and answer of Python

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.