码迷,mamicode.com
首页 > 编程语言 > 详细

1.Python -写在前面的话

时间:2017-10-27 11:44:42      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:into   racket   res   not   quick   modules   font   sar   express   

Python 的特点:

1.Efficient, help you get the job done more quickly

2.easy to use, not very-high-level language

3.modularization, split your program into modules

4.interpreted language, no compilation and linking is necessary

5.compactly and readably for the following reasons:

  • express complex operations in a single statement;
  • statement grouping is done by indentation instead of beginning and ending brackets;
  • no variable or argument declarations are necessary.

 6.extensible

参考目录:

1.Python -写在前面的话

标签:into   racket   res   not   quick   modules   font   sar   express   

原文地址:http://www.cnblogs.com/qlqiu/p/7741906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!