Python教程

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.python

Python是一个简单,强大的编程语言。它有高效高级的数据结构和一个简单可是有效的面向对象的编程方法。Python简洁的语法和动态类型,同它的解释执行特性,使它在大多数平台不少领域里成为了一门理想的脚本和快速程序开发的语言。编程

The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the Python Web site, http://www.python.org/, and may be freely distributed. The same site also contains distributions of and pointers to many free third party Python modules, programs and tools, and additional documentation.api

在Python的网站上[http://www.python.org/][1],能够自由获取各大主流平台Python解释器和拓展标准库的源代码,并能够自由传播。这个网站也包含了不少发布者和指向自由的第三方Python模块,程序和工具以及附加文档。数据结构

The Python interpreter is easily extended with new functions and data types implemented in C or C++ (or other languages callable from C). Python is also suitable as an extension language for customizable applications.app

Python解释器很容易经过C/C++(或者其余可调用C的语言)拓展实现新函数和数据类型。Python也适合做为可定制应用程序的一种拓展语言。编程语言

This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but all examples are self-contained, so the tutorial can be read off-line as well.ide

这篇教程向读者通俗地讲解一些Python语言和系统的基本概念和特性。这有助于读者亲手实践Python解释器,固然全部的例子都是独立的,也能够离线查看本教程。 [1]: http://www.python.org/函数

相关文章
相关标签/搜索