Python 简明教程
Discuss Python
Python 是一个非常流行的通用解释型、交互式、面向对象和高级编程语言。Python 是一种动态类型和垃圾回收编程语言。它是由吉多·范罗苏姆在 1985-1990 年间创建的。与 Perl 一样,Python 源代码也受 GNU 通用公共许可证 (GPL) 的保护。
Python is a very popular general-purpose interpreted, interactive, object-oriented, and high-level programming language. Python is dynamically-typed and garbage-collected programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL).
Python 支持多种编程范例,包括过程、面向对象和函数编程语言。Python 设计理念强调使用显着的缩进提高代码可读性。
Python supports multiple programming paradigms, including Procedural, Object Oriented and Functional programming language. Python design philosophy emphasizes code readability with the use of significant indentation.