python
jt_hym
这个作者很懒,什么都没留下…
展开
-
python学习资料
Python 入门指南http://www.pythondoc.com/pythontutorial27/index.htmlThe Python Standard Libraryhttps://docs.python.org/2.7/library/index.html电子书《python核心编程(第二版)》,《Python编程实践》原创 2017-07-21 19:59:25 · 403 阅读 · 0 评论 -
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 · 186 阅读 · 0 评论 -
python教程
python基本教程 http://www.runoob.com/python/att-string-split.htmlpycharm教程 https://blog.csdn.net/u013088062/article/details/50216015原创 2018-06-09 15:23:55 · 797 阅读 · 1 评论 -
stackoverflow.com
https://stackoverflow.com/questions/tagged/python wholeem / wh***原创 2018-06-27 11:40:18 · 931 阅读 · 0 评论 -
python摘要
python中基于descriptor的一些概念(上) http://www.cnblogs.com/btchenguang/archive/2012/09/17/2689146.html关于Python的面试题 https://blog.csdn.net/jt_hym/article/details/80633260...原创 2018-06-28 09:59:25 · 269 阅读 · 1 评论