Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python从小白到大牛:第四篇项目实战1——网络爬虫与抓取股票数据
Rating: 5.0 out of 5(3 ratings)
18 students

Python从小白到大牛:第四篇项目实战1——网络爬虫与抓取股票数据

网络爬虫技术,包括urllib、Selenium爬取,正则表达式,BeautifulSoup,MySQL数据库,Python数据库访问,Lambda表达式,多线程。实战项目:纳斯达克股票数据抓取、分析、存储及爬虫任务管理。
Created by东升 关
Last updated 9/2024
Chinese (Simplified)

What you'll learn

  • 网络爬虫技术
  • 使用urllib爬取数据
  • 使用Selenium爬取数据
  • 使用正则表达式
  • 使用BeautifulSoup库
  • MySQL数据库
  • Python访问数据库
  • Lambda表达式和多线程

Course content

4 sections10 lectures3h 18m total length
  • 22.1 网络爬虫技术概述17:35

Requirements

  • 有Python基本语法基础

Description

本视频课程是第四篇第一个实战项目,内容包括网络爬虫技术、使用urllib爬取数据、使用Selenium爬取数据、使用正则表达式、使用BeautifulSoup库、MySQL数据库、Python访问数据库、Lambda表达式和多线程。

目录:

22.1 网络爬虫技术概述
22.1.1 网络通信技术
22.1.2 多线程技术
22.1.3 数据交换技术
22.1.4 Web前端技术
22.1.5 数据分析技术
22.1.6 数据存储技术
22.2 爬取数据
22.2.1 网页中静态和动态数据
22.2.2 使用urllib爬取数据
22.2.3 使用Selenium爬取数据
22.3 分析数据
22.3.1 使用正则表达式
22.3.2 使用BeautifulSoup库
22.4 项目实战:抓取纳斯达克股票数据
22.4.1 抓取数据
22.4.2 检测数据是否更新
22.4.3 分析数据
22.4.4 保存数据到数据库
22.4.5 爬虫工作计划任务

Who this course is for:

  • Python感兴趣人员
  • 从事Python开发者
  • 零基础学习Python学员
  • 从事Python网络爬虫