- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 python摘要
python中基于descriptor的一些概念(上) http://www.cnblogs.com/btchenguang/archive/2012/09/17/2689146.html 关于Python的面试题 https://blog.youkuaiyun.com/jt_hym/article/details/80633260 ...
2018-06-28 09:59:25
285
原创 stackoverflow.com
https://stackoverflow.com/questions/tagged/python wholeem / wh***
2018-06-27 11:40:18
954
原创 python教程
python基本教程 http://www.runoob.com/python/att-string-split.htmlpycharm教程 https://blog.youkuaiyun.com/u013088062/article/details/50216015
2018-06-09 15:23:55
815
原创 Class类(1)
# -*- coding: cp936 -*- class Turtle: #类的属性 color = 'green' weight = 10 legs = 4 shell = True #类的方法 def getColor(self): print 'color is:',self.color
2017-07-24 22:38:00
195
原创 python学习资料
Python 入门指南 http://www.pythondoc.com/pythontutorial27/index.html The Python Standard Library https://docs.python.org/2.7/library/index.html 电子书《python核心编程(第二版)》,《Python编程实践》
2017-07-21 19:59:25
413
第4届中国移动互联网测试开发大会.zip
2019-06-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人