02
2020
12

selenium aoto-fill self declaration form

#!/usr/bin/python3#!/usr/bin/env python3from pyvirtualdisplay import Displayfrom selenium import webdriverimport timedisplay = Display(visible=0, size=(800, 600))display.start()m=str(time.strftime("%m", time.localtime()))d=str(time.strftime
18
2020
11

Gdrive img download

import osfrom google.colab import drivefrom google.colab import filesfrom google.colab import authauth.authenticate_user()from oauth2client.client import GoogleCredentialsimport requestsimport lxmlfrom bs4 import BeautifulSoupdrive.mount('/conten
17
2020
11

Colab yahoo stock

import gspread_dataframe as gdimport osfrom google.colab import drivefrom google.colab import filesimport gspreadimport pandas as pdfrom google.colab import authauth.authenticate_user()from oauth2client.client import GoogleCredentialsdrive.mount('
15
2020
11

request head randomly

import reimport timeimport randomimport requestsimport pandas as pdfrom retrying import retryfrom concurrent.futures import ThreadPoolExecutorstart = time.clock()  # 开始计时# 请求头池user_agent = [    "Mozilla/4.0 (compatible; MSIE 6.0;
12
2020
11

beautifulsoup find elements

https://yanwei-liu.medium.com/python%E7%88%AC%E8%9F%B2%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98-%E4%B8%80-beautifulsoup-1ee011df8768 e.g.  from bs4 import BeautifulSoup soup = BeautifulSoup(html_doc, 'html.parse
11
2020
11

dict storage method

while True:    # theme of your home page    print("--------Staff Info. Management System---------")    print("-----1、Adding staff information-----")    print("-----2、Removing staff inor
11
2020
11

design 5730 LED

5V power sourcewhite LED operating voltage 3.2V,    I = 0.15A (150mA)voltage of resistor (U) V=5V-3.2V=1.8Vresistor to be chosen R=V/I=1.8V/0.15A(150mA)=12Ω    1/2Wpower of resistor to be chosen P=UI=1.8V*0.15A=0.27W&nbs
09
2020
11

Google Colab + Google spreadsheet

install module first --->!pip install --upgrade gspreadSaving data to Google Sheetsfrom google.colab import authauth.authenticate_user()import gspreadfrom oauth2client.client import GoogleCredentia
09
2020
11

Colab links to Gdrive

!apt-get install -y -qq software-properties-common python-software-properties module-init-tools!add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null!apt-get update -qq 2>&1 > /dev/null!apt-get -y install -qq google-dri
08
2020
11

teaching materials

selenium

https://www.techbeamers.com/locate-elements-selenium-python/#locate-element-by-name