首页 > 编程语言 > 详细

dive into python 读笔(1)

时间:2015-02-19 11:47:31      阅读:229      评论:0      收藏:0      [点我收藏+]

chapter2 and 3:

  使用Python IDE来交互式地测试表达式

  编写Python程序并且从IDE运行,或者从命令行运行

  导入模块及调用它们的函数

  声明函数以及doc string、局部变量和适当的缩进的使用

  定义dictionary、tuple和list

  任意一个对象的访问方法,包括:字符串、list、dictionary、函数和模块

  通过字符串格式化连接值

  使用list解析映射list为其他的list

  把字符串分割为list和把list连接为字符串

 

dive into python 读笔(1)

原文:http://www.cnblogs.com/nuaalida/p/4296047.html

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