首页 > 编程语言 > 详细

1.Python -写在前面的话

时间:2017-10-27 10:57:46      阅读:239      评论:0      收藏:0      [点我收藏+]

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 -写在前面的话

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!