博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
1.Python -写在前面的话
阅读量:5164 次
发布时间:2019-06-13

本文共 527 字,大约阅读时间需要 1 分钟。

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

参考目录:

转载于:https://www.cnblogs.com/qlqiu/p/7741906.html

你可能感兴趣的文章
js生成随机数的方法实例总结
查看>>
C#小程序飞行棋地图绘制
查看>>
JVM(虚拟)内存中的堆和栈
查看>>
【商业源码】生日大放送-Newlife商业源码分享 -转
查看>>
mysql小数格式化正确方法
查看>>
XML——读与写
查看>>
MVC神韵---你想在哪解脱!(四)
查看>>
kali 破解wifi
查看>>
spark 读取 ftp
查看>>
面向对象七大基本原则
查看>>
用python写一个图形界面!!!
查看>>
FTP文件传输服务端配置教程配图!本人亲测
查看>>
http/2.0与http/1.1区别
查看>>
iOS 证书权限分配
查看>>
spark视频-Spark on Docker深入揭秘
查看>>
iOS 基于 itemServices 进行本地安装 ipa 应用安装包
查看>>
当你输入一个网址的时候,实际会发生什么?
查看>>
常用机器学习方法总结
查看>>
EXTI中断开关点亮LED源码
查看>>
迷宫(maze)
查看>>