Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

月份:2016年6月

python字符串

20 6月01 1月 by test31297505

如下学习python的字符串用法。 print(dir(str)) [‘__add__&#8217 […]

Continue reading
Posted in 未分类 · Leave a comment

python三级菜单

20 6月01 1月 by test31297505

menu = { ‘北京’:{ ‘海淀’:{ ‘五 […]

Continue reading
Posted in 未分类 · Leave a comment

python向上取整ceil向下取整floor四舍五入round

20 6月01 1月 by test31297505

#encoding:utf-8 import math #向上取整 http://www.manongjc.c […]

Continue reading
Posted in 未分类 · Leave a comment

pythonsocketserver源码分析

20 6月01 1月 by test31297505

附上原文链接:  http://beginman.cn/python/2015/04/06/python-so […]

Continue reading
Posted in 未分类 · Leave a comment

python杂记

20 6月01 1月 by test31297505

os模块说明:python os模块包含普遍的操作系统功能 os.access(path, mode) # 检 […]

Continue reading
Posted in 未分类 · Leave a comment

python2安装说明

20 6月01 1月 by test31297505

1、python版本   python 2.x的版本的,被称为python2:是目前用的最广泛的,比如pyth […]

Continue reading
Posted in 未分类 · Leave a comment

pythonvsr语言?数据分析与挖掘该选哪一个?

20 6月01 1月 by test31297505

什么是r语言? r语言,一种自由软件编程语言与操作环境,主要用于统计分析、绘图、数据挖掘。r本来是由来自新西兰 […]

Continue reading
Posted in 未分类 · Leave a comment

python内置函数

20 6月01 1月 by test31297505

英文文档: hex(x) convert an integer number to a lowercase h […]

Continue reading
Posted in 未分类 · Leave a comment

python内置函数help

20 6月01 1月 by test31297505

英文文档: help([object]) invoke the built-in help system. ( […]

Continue reading
Posted in 未分类 · Leave a comment

详解python的装饰器

20 6月01 1月 by test31297505

python中的装饰器是你进入python大门的一道坎,不管你跨不跨过去它都在那里。 为什么需要装饰器 我们假 […]

Continue reading
Posted in 未分类 · Leave a comment

说说python中的闭包

20 6月01 1月 by test31297505

python中的闭包不是一个一说就能明白的概念,但是随着你往学习的深入,无论如何你都需要去了解这么一个东西。 […]

Continue reading
Posted in 未分类 · Leave a comment

python模块:logging

20 6月01 1月 by test31297505

很多程序都有记录日志的需求,并且日志中包含的信息即有正常的程序访问日志,还可能有错误、警告等信息输出,pyth […]

Continue reading
Posted in 未分类 · Leave a comment

python网络编程

20 6月01 1月 by test31297505

认识socket socket通常也称作”套接字”,用于描述ip地址和端口,是一个通信 […]

Continue reading
Posted in 未分类 · Leave a comment

pooling的原理与python实现

20 6月01 1月 by test31297505

本文首先阐述pooling所对应的操作,然后分析pooling背后蕴含的一些道理,最后给出pooling的py […]

Continue reading
Posted in 未分类 · Leave a comment

python内置函数input

20 6月01 1月 by test31297505

英文文档: input([prompt]) if the prompt argument is present […]

Continue reading
Posted in 未分类 · Leave a comment

windows版的各种python库安装包下载地址与安装过程

20 6月01 1月 by test31297505

在用python开发时(windows环境),会碰到需要安装某个版本的第三方库,为了以后查找、安装方便,总结如 […]

Continue reading
Posted in 未分类 · Leave a comment

python内置函数id

20 6月01 1月 by test31297505

英文文档: id(object) return the “identity” of an object. th […]

Continue reading
Posted in 未分类 · Leave a comment

python魔术方法

20 6月01 1月 by test31297505

绍   在python中,所有以“__”双下划线包起来的方法,都统称为“magic method”,例如类的初 […]

Continue reading
Posted in 未分类 · Leave a comment

python中获取当前日期的格式

20 6月01 1月 by test31297505

在python里如何获取当前的日期和时间呢?在python语言里,我们可以通过调用什么模块或者类函数来得到当前 […]

Continue reading
Posted in 未分类 · Leave a comment

利用python2.7抓取豆瓣电影top250

20 6月01 1月 by test31297505

这个插件可以方便查看包括html在内许多内容 打开豆瓣电影排行榜top250网页,发现每页有25部电影,一共1 […]

Continue reading
Posted in 未分类 · Leave a comment

python内置函iter

20 6月01 1月 by test31297505

英文文档: iter(object[, sentinel]) return an iterator objec […]

Continue reading
Posted in 未分类 · Leave a comment

python内置函数locals

20 6月01 1月 by test31297505

英文文档: locals() update and return a dictionary represent […]

Continue reading
Posted in 未分类 · Leave a comment

python内置函数len

20 6月01 1月 by test31297505

英文文档: len(s) return the length (the number of items) of […]

Continue reading
Posted in 未分类 · Leave a comment

python入门学习

20 6月01 1月 by test31297505

python 有三种模块导入函数1、 使用import 导入模块 import modname : 模块是指一 […]

Continue reading
Posted in 未分类 · Leave a comment

python利用phantomjs抓取渲染js后的网页

20 6月01 1月 by test31297505

最近需要爬取某网站,无奈页面都是js渲染后生成的,普通的爬虫框架搞不定,于是想到用phantomjs搭一个代理 […]

Continue reading
Posted in 未分类 · Leave a comment

python初学者的17个技巧

20 6月01 1月 by test31297505

交换变量 x = 6 y = 5 x, y = y, x print x >>> 5 print y >>> […]

Continue reading
Posted in 未分类 · Leave a comment

利用python、scikit和文本分类来实现行为分析

20 6月01 1月 by test31297505

简介 几乎所有人都会购物。从基本的必需品(比如食品)到娱乐产品(比如音乐专辑),我们会购买各种各样的物品。当购 […]

Continue reading
Posted in 未分类 · Leave a comment

pythonunicode字符串格式化中的一个陷阱

20 6月01 1月 by test31297505

今天帮同事研究一个莫名其妙的unicodedecodeerror时发现了python字符串格式化中的一个小陷阱 […]

Continue reading
Posted in 未分类 · Leave a comment

[python]使用wtforms处理可变长的表单

20 6月01 1月 by test31297505

在知乎上看到的问题:python flask的wtforms可以处理可变长的表单吗? 问题描述 form中的元 […]

Continue reading
Posted in 未分类 · Leave a comment

python2和python3中print的不同点

20 6月01 1月 by test31297505

在python2和python3中都提供print()方法来打印信息,但两个版本间的print稍微有差异 主要 […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

先前文章
较新文章

近期文章

  • 15款互联网人必备的AI工具,效率提升2倍
  • 多个ChatGPT通用指令
  • Python采集biaozhun政府文件
  • TensorFlow库:Python中的深度学习
  • python 本地密码管理应用

近期评论

  • helenadmin发表在《Python采集biaozhun政府文件》
  • helenadmin发表在《写给程序员的一封公开信》
  • Google发表在《About Me》
  • helenadmin发表在《ES(ElasticSearch)分布式全文搜索引擎及使用方式》
  • buy viagra发表在《About Me》

文章归档

  • 2024年12月
  • 2024年9月
  • 2024年6月
  • 2024年5月
  • 2024年3月
  • 2024年2月
  • 2024年1月
  • 2023年12月
  • 2023年11月
  • 2023年10月
  • 2023年9月
  • 2023年8月
  • 2023年7月
  • 2023年6月
  • 2023年5月
  • 2023年4月
  • 2023年3月
  • 2023年2月
  • 2023年1月
  • 2022年12月
  • 2022年8月
  • 2022年7月
  • 2022年6月
  • 2022年5月
  • 2022年4月
  • 2022年3月
  • 2022年2月
  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月
  • 2021年8月
  • 2021年7月
  • 2021年6月
  • 2021年5月
  • 2021年4月
  • 2021年3月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年10月
  • 2020年9月
  • 2020年8月
  • 2020年7月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年11月
  • 2018年10月
  • 2018年9月
  • 2018年7月
  • 2018年6月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月
  • 2017年3月
  • 2017年1月
  • 2016年12月
  • 2016年11月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年4月
  • 2016年3月
  • 2016年2月
  • 2015年8月
  • 2015年7月
  • 2015年6月
  • 2015年5月
  • 2014年7月
  • 2014年6月
  • 2014年5月
  • 1970年1月

分类目录

  • Database
  • focus—-实时热搜
  • IC设计
  • js&jquery
  • PHP
  • Python
  • 新技术研习
  • 服务器相关技术
  • 算法
  • 缓存技术
  • 随笔

功能

  • 注册
  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
© 2025 charlie笔记 ·