文章分类 -  python

摘要:python3 requests 阅读全文
posted @ 2019-01-22 17:25 牧 天 阅读(143) 评论(0) 推荐(0)
摘要:find's return type is <class 'bs4.element.Tag'>find's content is <p class="title"><b>The Dormouse's story</b></p>find's Tag Name is pfind's Attribute( 阅读全文
posted @ 2019-01-22 16:51 牧 天 阅读(272) 评论(0) 推荐(0)
摘要:1351.01.5[1 2 3 4 5 6 7 8][[1 2 3 4] [5 6 7 8]] reshape() 2 2 2 [[[1 2] [3 4]] [[5 6] [7 8]]][1 2 3 4 5 6 7 8][123 2 3 4 5 6 7 8] city year population 阅读全文
posted @ 2019-01-19 11:35 牧 天 阅读(213) 评论(0) 推荐(0)
摘要:match!['a', 'b', '', '', 'c']['a', 'b', 'c']['a', 'b', 'c']('010', '12345')010-1234501012345('102300', '')('1023', '00')tea for two['foot', 'f',  阅读全文
posted @ 2019-01-19 11:25 牧 天 阅读(108) 评论(0) 推荐(0)
摘要:import os, time, threading, shutil, urllib, functools, datetime from functools import reduce from multiprocessing import Process from urllib.request import urlopen from time import clock from tim... 阅读全文
posted @ 2019-01-18 20:18 牧 天 阅读(428) 评论(0) 推荐(0)
摘要:python有很多模块都是用来操作excel的,比如xlrd,xlwt,pyExcelerator。 pip install xlrd pip install xlwt 阅读全文
posted @ 2019-01-09 16:26 牧 天 阅读(368) 评论(0) 推荐(0)
摘要:city year population0 Beijing 2016 21001 Shanghai 2017 23002 Guangzhou 2016 10003 Shenzhen 2017 7004 Hangzhou 2016 5005 Chongqing 2016 500 year popula 阅读全文
posted @ 2018-12-29 14:46 牧 天 阅读(738) 评论(0) 推荐(0)
摘要:第三方包引入时,eclipse默认会把一些包定为错误的,错误是:“undefined variable from import...” 其实是对的,可是报错解决方法:window -- preferences -- pydev -- editor -- code analysis -- Undefi 阅读全文
posted @ 2018-12-29 10:49 牧 天 阅读(759) 评论(0) 推荐(0)
摘要:PyDev是Eclipse 下的 Python 开发插件的配置文件 配置eclipse环境下的python集成开发环境需要以下软件:eclipse + python3.7 + pydev 1.安装eclipse (这里是4.6.1)Note:貌似pydev必须找eclipse对应的版本) 2.安装p 阅读全文
posted @ 2018-11-19 16:02 牧 天 阅读(1477) 评论(0) 推荐(0)
摘要:https://www.python.org/downloads/release/python-370/搜索字符串"Windows x86-64 embeddable zip file", 点击下载(或者直接使用https://www.python.org/ftp/python/3.7.0/pyth 阅读全文
posted @ 2018-09-14 16:17 牧 天 阅读(476) 评论(0) 推荐(0)
摘要:#-*- coding:utf-8 -*- #1.#可以用来注释1 #'''三个单引号也可以用来注释多行 '''这里是注释 可以注释多行 注释结束''' import sys def main(): testBase() testPhase() testString() testList() testMetaArray() ... 阅读全文
posted @ 2018-07-17 21:54 牧 天 阅读(187) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2016-01-25 10:39 牧 天 阅读(19) 评论(0) 推荐(0)