Skip to content
/ Spider Public

《Python3网络爬虫开发实战》(第二版)学习笔记

Notifications You must be signed in to change notification settings

uxfion/Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

《Python3网络爬虫开发实战》(第二版)学习笔记

学习笔记同时也是监督学习的方式

环境

jupyter notebook

vim小技巧

Action | Range | Object

  • viw view in word
  • vaw view around word
  • d2j delete 2 w
  • dt( delete till (
  • ca( change around (
  • ci( change in (

Action:

  • v view
  • d delete
  • c change

Range:

  • 2 number
  • i inside
  • a around
  • t till 到前一个为止
  • f find 这个也包括

Object:

  • w word
  • (
  • {

About

《Python3网络爬虫开发实战》(第二版)学习笔记

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published