2021-02-16

瑶琪博客目录

今天是2021年农历正月初五,忙了好多天后,今天上午终于可以学习了,决定利用节后开课前几天来好好复习。结果发现一个问题,自己学习python的时间不长,写的博文也还不是很多,自己查找起来都开始觉得有点乱了,干脆弄个目录,方便自己,也方便博友。

目录

人生苦短 我学python https://www.jianshu.com/p/66bf2310cb92

一、基础部分

python的下载与安装 https://www.jianshu.com/p/fa89a3d5d86d
pip的安装与使用 https://www.jianshu.com/p/ff7aa10eaa6e
python基础语法 https://www.jianshu.com/p/ba29225c5c4c
Python基础(集合) https://www.jianshu.com/p/188ae9291740
Python基础数据类型(字节、列表)https://www.jianshu.com/p/2127d60f6eed
Python基础(条件判断、while循环) https://www.jianshu.com/p/d607c2fe588b
Python基础(for循环)https://www.jianshu.com/p/b86e5561b63a
Python基础(函数) https://www.jianshu.com/p/f6f87a3322ad
Python基础(高级语法:推导式、迭代器、生成器)https://www.jianshu.com/p/9b6a4fda7d16
Python基础(面向对象编程1)https://www.jianshu.com/p/e9e6d28d4b03
Python基础(面向对象编程2)https://www.jianshu.com/p/7ba0a25a52bd
Python基础(面向对象编程3--封装、继承、多态)https://www.jianshu.com/p/cc72af073bb1
Python基础(面向对象编程4-- 多继承、多态)https://www.jianshu.com/p/abaafb7b82ca

二、爬虫部分

第一章:爬虫前导知识 https://www.jianshu.com/p/030e50ec36fd
爬虫介绍 https://www.jianshu.com/p/63f136bb26dd
第二章:爬虫请求模块urllib https://www.jianshu.com/p/61082332f1b5
requests模块:https://www.jianshu.com/p/866c68be60fa
练习:有道翻译:https://www.jianshu.com/p/d38da9c957ca
xpath
爬取百度贴吧的数据 https://www.jianshu.com/p/b9b42bc4a5ef
第三章 数据分析 https://www.jianshu.com/p/5417ab5659be
练习:百度贴吧图片爬取: https://www.jianshu.com/p/0389c0829526
实战爬取百度贴吧大图片:https://www.jianshu.com/p/e660fe0c2bb3
XPath入门:https://www.jianshu.com/p/ec13b035564f
认识CSV:https://www.jianshu.com/p/2ee2c2f3a245
xpath案例练习--豆瓣TOP250:https://www.jianshu.com/p/4cd9352891a7
bs4入门:https://www.jianshu.com/p/2f14c6f88802
爬取全国天气实例:https://www.jianshu.com/p/4bd8affdaaa5
selenium快速入门:https://www.jianshu.com/p/d48edc932a35
记牌器 https://www.jianshu.com/p/629f7e3ff957

有道翻译 https://www.jianshu.com/p/84d3e1a523ae

12306查询:https://www.jianshu.com/p/994141cbee01
错误提示收集目录:https://www.jianshu.com/p/06af31d14d48

你可能感兴趣的:(2021-02-16)