文章分类 - python
摘要: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(
阅读全文
摘要: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
阅读全文
摘要:match!['a', 'b', '', '', 'c']['a', 'b', 'c']['a', 'b', 'c']('010', '12345')010-1234501012345('102300', '')('1023', '00')tea for two['foot', 'f',
阅读全文
摘要: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...
阅读全文
摘要:python有很多模块都是用来操作excel的,比如xlrd,xlwt,pyExcelerator。 pip install xlrd pip install xlwt
阅读全文
摘要:city year population0 Beijing 2016 21001 Shanghai 2017 23002 Guangzhou 2016 10003 Shenzhen 2017 7004 Hangzhou 2016 5005 Chongqing 2016 500 year popula
阅读全文
摘要:第三方包引入时,eclipse默认会把一些包定为错误的,错误是:“undefined variable from import...” 其实是对的,可是报错解决方法:window -- preferences -- pydev -- editor -- code analysis -- Undefi
阅读全文
摘要:PyDev是Eclipse 下的 Python 开发插件的配置文件 配置eclipse环境下的python集成开发环境需要以下软件:eclipse + python3.7 + pydev 1.安装eclipse (这里是4.6.1)Note:貌似pydev必须找eclipse对应的版本) 2.安装p
阅读全文
摘要:https://www.python.org/downloads/release/python-370/搜索字符串"Windows x86-64 embeddable zip file", 点击下载(或者直接使用https://www.python.org/ftp/python/3.7.0/pyth
阅读全文
摘要:#-*- coding:utf-8 -*- #1.#可以用来注释1 #'''三个单引号也可以用来注释多行 '''这里是注释 可以注释多行 注释结束''' import sys def main(): testBase() testPhase() testString() testList() testMetaArray() ...
阅读全文

浙公网安备 33010602011771号