GitHub 博客园 Nanakon

随笔分类 -  511.Python

上一页 1 ··· 4 5 6 7 8 9 下一页

Wireshark抓包
摘要: 阅读全文

posted @ 2016-02-03 19:21 jzm17173 阅读(92) 评论(0) 推荐(0)

MathJax
摘要:MathJax Mathjax与LaTex公式简介 阅读全文

posted @ 2016-02-01 14:32 jzm17173 阅读(101) 评论(0) 推荐(0)

jupyter
摘要:不需要配置,登录是mac帐号,依赖没安装好一直报错,安装ipython、notebook、ipywidgets jupyter notebook jupyterhub 删掉标签死循环了 jupyterhub的静态文件、模板的位置:资源库/Frameworks/Python.framework/Ver 阅读全文

posted @ 2016-01-26 16:41 jzm17173 阅读(195) 评论(0) 推荐(0)

pip
摘要:查看安装的包pip list 阅读全文

posted @ 2016-01-22 15:27 jzm17173 阅读(112) 评论(0) 推荐(0)

str操作
摘要:Python 字符串操作方法大全 阅读全文

posted @ 2016-01-20 10:19 jzm17173 阅读(134) 评论(0) 推荐(0)

Content-Type
摘要:HTTP Content-type.*( 二进制流,不知道下载文件类型)application/octet-stream.txttext/plain没有csv这种类型 阅读全文

posted @ 2016-01-19 16:56 jzm17173 阅读(124) 评论(0) 推荐(0)

json转csv
摘要:import re# csv格式# 'k1,k2,k3\nv1,v2,v3\nv4,v5,v6\n'market_list_data = { "data": [ { "finance_mic": "SS", "finance_name"... 阅读全文

posted @ 2016-01-19 16:32 jzm17173 阅读(1061) 评论(0) 推荐(0)

【tornado】静态文件
摘要:Tornado中实现文件的上传与下载 阅读全文

posted @ 2016-01-19 07:03 jzm17173 阅读(189) 评论(0) 推荐(0)

dict 字典
摘要:Python 学习笔记【dict的操作方法】 Python中dict详解 阅读全文

posted @ 2016-01-18 15:47 jzm17173 阅读(87) 评论(0) 推荐(0)

模块安装
摘要:wheel pip install wheel http://www.lfd.uci.edu/~gohlke/pythonlibs/ pip install seaborn-0.6.0-py2.py3-none-any.whl setup.py python setup.py install pyt 阅读全文

posted @ 2016-01-18 15:39 jzm17173 阅读(293) 评论(0) 推荐(0)

【django】request
摘要:request.GETrequest.POST 阅读全文

posted @ 2016-01-18 14:48 jzm17173 阅读(136) 评论(0) 推荐(0)

django访问静态文件
摘要:DJANGO 1.6 静态文件处理添加STATICFILES_DIRS = (os.path.abspath('static'),)新建static目录 阅读全文

posted @ 2016-01-18 14:14 jzm17173 阅读(113) 评论(0) 推荐(0)

django框架
摘要:django 自带有一个开发服务器(只支持单个用户访问,开发测试用的),生产用 apache + mod_python创建并初始化项目django-admin startproject djproject 阅读全文

posted @ 2016-01-18 09:15 jzm17173 阅读(124) 评论(0) 推荐(0)

雅虎股票接口
摘要:使用Yahoo API获取雅虎的证券股票数据接口(时价 K线等) 阅读全文

posted @ 2016-01-15 15:50 jzm17173 阅读(237) 评论(0) 推荐(0)

csv
摘要:Python open() 函数 文件处理 Python中通过csv的writerow输出的内容有多余的空行 newline 阅读全文

posted @ 2016-01-15 15:28 jzm17173 阅读(227) 评论(0) 推荐(0)

HTMLParser 解析HTML
摘要:from html.parser import HTMLParserfrom html.entities import name2codepointclass MyHTMLParser(HTMLParser): def handle_starttag(self, tag, attrs): ... 阅读全文

posted @ 2016-01-12 20:00 jzm17173 阅读(177) 评论(0) 推荐(0)

tornado框架
摘要:import osimport jsonfrom tornado.httpclient import HTTPRequest, AsyncHTTPClient, HTTPClient# tokendef get_token(): http_client = HTTPClient() re... 阅读全文

posted @ 2016-01-11 13:39 jzm17173 阅读(191) 评论(0) 推荐(0)

OS.ENVIRON()详解
摘要:OS.ENVIRON()详解 阅读全文

posted @ 2016-01-08 17:22 jzm17173 阅读(171) 评论(0) 推荐(0)

数据类型
摘要:python类型转换、数值操作 import types print(type(xx)) 阅读全文

posted @ 2016-01-07 14:45 jzm17173 阅读(104) 评论(0) 推荐(0)

ANACONDA
摘要:ANACONDA windows pip install pandas pip install seaborn 有问题 mac 需要 sudo 阅读全文

posted @ 2016-01-07 13:37 jzm17173 阅读(134) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 下一页

导航

轻音