Python learning notes: Python language features

Source: Internet
Author: User

From: http://www.linuxren.org/article/ebooks/programpython/_chapter%201.htm#python2-CHP-1-SECT-3




Table 1-1. Python language features

Features

Benefits

No compile or link steps

Rapid development cycle turnaround

No type declarations

Simpler, shorter, and more flexible programs

Automatic Memory Management

Garbage collection avoids bookkeeping code

High-level datatypes and operations

Fast Development Using built-in Object Types

Object-Oriented Programming

Code reuse, C ++, Java, and COM integration

Embedding and extending in C

Optimization, customization, system "glue"

Classes, modules, exceptions

Modular "programming-in-the-large" Support

A simple, clear syntax and Design

Readability, maintainability, degree of learning

Dynamic Loading of C modules

Simplified extensions, smaller binary files

Dynamic reloading of Python modules

Programs can be modified without stopping

Universal "first-class" Object Model

Fewer restrictions and special-case rules

Runtime program construction

Handles unforeseen needs, end-user Coding

Interactive, dynamic nature

Incremental development and testing

Access to interpreter Information

Metaprogramming, introspective objects

Wide interpreter portability

Cross-platform programming without ports

Compilation to portable bytecode

Execution speed, protecting source code

Standard portable GUI framework

Tkinter scripts run on X, windows, and Macs

Standard Internet Protocol Support

Easy access to email, FTP, HTTP, CGI, etc.

Standard portable system CILS

Platform-neutral system Scripting

Built-in and third-party Libraries

Vast collection of precoded Software Components

True open source software

May be freely embedded and shipped

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.