Python's introduction

Source: Internet
Author: User

Python is a programming language that develops programs in any programming language to make hardware work, such as downloading a file, writing a document, and so on. The CPU only knows the machine instructions, so the different programming languages, although the difference is great, but all need to "translate" into

Machine instructions that the CPU can execute.

The C language is a hardware-close language that can be used to write operating systems, so C is a good place to develop programs that pursue speed and maximize hardware performance, while Python is the high-level language used to write applications. For example, to complete the same task, the C language may require 1000 lines of code, Java requires 100 lines, and Python requires only 20 rows. The price of the code is relatively slow to run, C program if it takes 1 seconds, Java may take 2 seconds and Python may take 10 seconds.

Python provides us with a very sophisticated base library for easy invocation, so many features do not have to be written from scratch and can be called directly.

Python's application environment: such as Web sites, back-office services, and daily-managed gadgets such as script tasks.


This article from "10,000 years too long, seize" blog, please be sure to keep this source http://zengwj1949.blog.51cto.com/10747365/1918494

Python's introduction

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.