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, ease 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 calls
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
分享到:
相关推荐
Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python...
这份"Python学习笔记"涵盖了从环境搭建到基础语法,再到数据类型和控制结构等关键知识点,旨在为初学者提供全面的学习指导。 首先,1.1章节介绍了Python的基础,包括Python的起源和历史。Python是由Guido van ...
本文档是关于Python编程的学习笔记,涵盖多种应用场景的编程案例,如文件管理和归档、图像捕捉与社交网络整合等功能实现,适用于所有希望深入学习Python技术细节的专业人士。详细地讨论了日志记录、自动化图像处理...
Python笔记学习笔记 :memo: 介绍 有时候想找一个东西(写法),但当下却忘记关键字,所以整理一篇学习笔记,要找资料的时候也比较方便。 有些是网路上找的范例,然后自己再修修改改,或者去参考一些Python-Patterns...
### Python学习笔记知识点详解 #### 一、Python简介与特性 **标题与描述解析:** "Python学习笔记.pdf" 的标题直接指出了文档的主题——Python的学习资料,而描述的重复表明该文档的主要内容即为Python的学习笔记...
内部含有学习笔记、MD文档、项目教程、笔记文档 Python实用教程:Python基础,Python高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程 Python实用教程:Python基础,Python高级特性,面向...
【Python学习笔记】:Python爬取音频笔记的代码
千锋python基础教程:1、第一个python程序与数据存储 '千锋python基础教程:2、print&input;与变量和运算符' 千锋python基础教程:3、字符串与循环中的while '千锋python基础教程:4、布尔&list;与条件循环语句与...
Python基础入门教程,适合Python初学者,文档内容包括, 目录 前言 i 第一章 程序 1 1.1 程序 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 什么是调试 . . . . . . . . . . . . . . . ....
清华大学精品Python学习PPT课件-第1章 Python3概述.pptx 清华大学精品Python学习PPT课件-第2章 Python基本语法.pptx 清华大学精品Python学习PPT课件-第3章 Python流程控制.pptx 清华大学精品Python学习PPT课件-第4章...
Python语言的语法结构和语法规则设计得直观易懂,非常适合初学者学习和使用。 在Python中,乘法运算使用星号(*)作为运算符。例如,计算5乘以3,可以使用表达式5*3。在处理字符串和数字时,Python不允许使用加号(+)...
在这份《python学习笔记.pdf》中,记录了Python编程的基础知识和一些技巧,内容涵盖了字符串处理、变量操作、数据结构、循环、条件判断等方面。以下是对学习笔记中提到知识点的详细说明。 ### 字符串处理 在Python...
【Python学习笔记-王纯业】是一份专为Python初学者设计的教程,由王纯业编撰。这个教程深入浅出地介绍了Python编程的基础知识,帮助初学者快速上手。下面将详细阐述该教程中可能包含的重要知识点,以及Python入门者...
由皮大庆编写的《Python学习笔记(强烈推荐)》以其丰富的内容、清晰的逻辑和实用的示例,成为了Python初学者的首选入门资料。在这份详尽的学习笔记中,作者从基础概念出发,逐步引导读者深入理解Python编程语言的核心...
《Python学习手册:第4版》包括以下内容: 学习Python的主要内建对象类型:数字、列表和字典。 使用Python语句创建和处理对象,并且学习Python的通用语法模型。 使用函数构造和重用代码,函数是Python的基本过程...
《Python学习手册:第4版》包括以下内容: 学习Python的主要内建对象类型:数字、列表和字典。 使用Python语句创建和处理对象,并且学习Python的通用语法模型。 使用函数构造和重用代码,函数是Python的基本过程...
### Python学习手册:第4版(全网英文原版最清晰版) #### 书籍概览 本书《Python学习手册:第4版》是Mark Lutz所著的经典Python编程指南的最新版本,由O'Reilly Media出版。这本书是针对Python初学者和有一定基础...