python
文章平均质量分 51
「已注销」
WEB研发工程师,运维|开发工程师,Python工程师,发展方向为数据挖掘分析、大数据。羽毛球、乒乓球、桌球业余爱好者,Guitar爱好者。
展开
-
Python Django model之字段
pythondjango modeldjango 模型字段原创 2017-06-16 13:22:56 · 2659 阅读 · 0 评论 -
python找出序列中出现次数最多的元素之Counter对象
Pythoncollections Counter原创 2017-07-12 14:11:43 · 4917 阅读 · 0 评论 -
Python编程之筛选序列中的元素
python元素筛选原创 2017-07-13 23:19:32 · 911 阅读 · 0 评论 -
python编程技巧之从字典中提取子集
Python dictionaryPython字典提取子元素Python编程原创 2017-07-14 23:37:42 · 11723 阅读 · 0 评论 -
python编程之执行带有局部副作用的代码
python exec()python局部副作用原创 2017-07-15 00:29:52 · 646 阅读 · 0 评论 -
Python优先级队列实现
Python编程Python优先级队列转载 2017-07-17 23:58:54 · 1256 阅读 · 0 评论 -
Python爬虫框架Scrapy学习一记——认识Scrapy
Scrapy简介Scrapy是什么Python爬虫框架scrapy初识原创 2017-07-23 12:17:20 · 1602 阅读 · 0 评论 -
Python爬虫框架Scrapy学习二记——Scrapy开发环境配置
Scrapy环境配置Scrapy安装问题解决pip 安装软件原创 2017-07-23 21:08:59 · 1240 阅读 · 0 评论 -
How to deal with deep nested Python list
python listdeep nested listselfcallrecursion原创 2017-08-16 21:19:21 · 394 阅读 · 0 评论 -
Python decorator装饰器
Python decoratorpython装饰器装饰器模式装饰器讲解示例原创 2017-08-03 00:11:59 · 707 阅读 · 0 评论 -
Python number dig1
Python数值取整Python精确的小数计算Python数值的格式化Python进制转化原创 2017-08-17 21:28:54 · 906 阅读 · 1 评论 -
Python number dig2
打包和解包大整数int.from_bytes()int.to_bytes()原创 2017-08-20 12:08:59 · 354 阅读 · 0 评论 -
Python环境安装(3.5.4)
Ignoring ensurepip failure: pip 9.0.1 requires SSL/TLSPython安装python virtualenvPython编译安装Python3.5.4原创 2017-08-13 21:16:40 · 2461 阅读 · 0 评论 -
Python学习之错误与解决记录
requires SSL/TLSCould not find a version that satisfies the requirement Twisted>=13.1.0 (from scrapy) (from versions: )No matching distribution found for Twisted>=13.1.0 (from scrapy)原创 2017-08-14 00:12:09 · 1165 阅读 · 0 评论 -
Python yield 使用浅析
Python 迭代Python生成器Python yield使用Python yield作用Python文件逐块读取Python实现斐波那契数列原创 2017-08-06 12:42:57 · 1118 阅读 · 0 评论 -
马特赛特旋转演算法(Mersenne Twister)
马特赛特旋转演算法(Mersenne Twister)伪随机生成算法翻译 2017-08-20 23:27:48 · 9767 阅读 · 0 评论 -
Python随机选择
Python随机数random.choice()random.samplerandom.shuffle()random.randint()random.random()random.getrandbits()random.seed()ssl.RAND_bytes()原创 2017-08-20 23:55:38 · 1115 阅读 · 0 评论 -
python 日期处理 date,datetime,timedelta
python datePython日期转换Python字符串转为日期原创 2017-08-22 00:20:22 · 3653 阅读 · 0 评论 -
Python学习笔记 1
Python历史及发展pycharmpython格式化输出pycharm快捷键python实现乘法表原创 2017-08-25 00:08:24 · 667 阅读 · 0 评论 -
Python学习笔记 2
python条件语句python循环语句python字符串操作python字符和字符串反转python判断质数原创 2017-08-25 22:20:24 · 976 阅读 · 1 评论 -
python错误和异常处理
python语法错误;python异常;python异常捕获及异常处理;SyntaxError: invalid syntax原创 2017-09-04 20:03:24 · 1354 阅读 · 1 评论 -
Python学习笔记 9
python面向对象类成员之--字段原创 2017-09-05 17:06:03 · 364 阅读 · 0 评论 -
Python学习笔记 8
参数解包,生成器的 xrange,高阶函数,面向对象编程,继承和多继承,方法重写,python实现教务管理系统,python字典,队列和栈,线性表,FIFO,LIFO,数据结构原创 2017-09-03 15:21:07 · 705 阅读 · 0 评论 -
python文件操作
python文件操作,python文件打开、关闭、写入、读取、定位,过滤掉文件中以给定字符开头的行,分页读取文件的内容,python Iterable,python with原创 2017-09-06 09:52:02 · 1085 阅读 · 0 评论 -
python学习之全局变量与局部变量
python全局变量globalpython局部变量localUnboundLocalError: local variable 'name' referenced before assignmentpython闭包nonlocallocals() 和 globals()原创 2017-08-28 19:24:36 · 1358 阅读 · 0 评论 -
Python学习笔记 3
python列表listpython元组tuple输入两个字符串,从第一字符串中删除第二个字符串中所有的字符输入两个整数 n 和 m,从数列1,2,3.......n 中随意取几个数,使其和等于 m ,要求将其中所有的可能组合列出来给定一个正整数,编写程序计算有多少对质数的和等于输入的这个正整数,并输出结果小易喜欢的单词具有以下特性: 1.单词每个字母都是大写字母 2.单词没有连续相等的字母原创 2017-08-27 19:48:31 · 737 阅读 · 0 评论 -
python os模块示例讲解
python os模块;文件描述符;文件操作原创 2017-09-07 11:49:20 · 825 阅读 · 0 评论 -
python 模块
Python 模块(Module)python importpython模块的引入python包python dir()python reload()原创 2017-08-29 21:59:04 · 2103 阅读 · 0 评论 -
Python学习笔记 4
python三元运算符python zippython 变量类型判断python函数python字典python实现简单的用户管理原创 2017-08-29 21:04:30 · 847 阅读 · 0 评论 -
python常用模块part1
python sys,python json,python pickle,python shutil,python random,python模块原创 2017-09-07 21:51:57 · 3490 阅读 · 1 评论 -
python numpy模块/库
python NumPy模块/包/库翻译 2017-09-07 23:40:14 · 2534 阅读 · 0 评论 -
python类与对象part1
修改实例的字符串表示,python类的__str__和__repr__方法,字符串格式化,python网络连接类,python with转载 2017-09-07 00:06:32 · 827 阅读 · 0 评论 -
python类与对象part2
当创建大量实例时如何节省内存,python __slot__将名称封装到类中,python的私有属性和内部实现转载 2017-09-08 00:30:58 · 359 阅读 · 0 评论 -
python类与对象part3
python调用在子类中已经被覆盖的父类的方法python super()转载 2017-09-08 07:50:30 · 279 阅读 · 0 评论 -
python sets — Unordered collections of unique elements
python setsUnordered collections of unique elements不可变集合(frozenset)python集合的操作翻译 2017-08-30 16:00:32 · 497 阅读 · 0 评论 -
python获取系统内存、CPU、磁盘、平均负载信息并保存到数据库中
python os模块调用linux命令、模块、函数调用以及通过python操纵数据库python获取系统内存、CPU、磁盘、平均负载信息并保存到数据库中原创 2017-09-08 15:27:55 · 3981 阅读 · 0 评论 -
Python正则表达式
python re 模块,python正则表达式,re.match与re.search,python正则表达式检索转载 2017-09-08 21:44:58 · 1267 阅读 · 0 评论 -
Python学习笔记 5
python可迭代对象python列表生成式/推导式python range 与 xrangepython map reduce filter sortedpython求对数以及向下或者向上取整输入一个正整数n,求n!(即阶乘)末尾有多少个0设有n个正整数,将他们连接成一排,组成一个最大的多位整数寻找有多少种插入办法可以使新串是一个回文串原创 2017-08-31 00:33:29 · 571 阅读 · 0 评论 -
Python学习笔记 6
Python格式化日期时间python日历python匿名函数python不定长参数python可变和不可变对象python数字原创 2017-08-31 15:07:47 · 1401 阅读 · 2 评论 -
python difflib模块讲解示例
python difflib模块,python序列的差异化比较模块原创 2017-09-09 11:14:08 · 23465 阅读 · 0 评论