Tag

Movie Data

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 10, 2024 · Backend Development

Python Movie Web Crawler: Configuration, Features, and Code Overview

This article presents a practical Python web crawler that retrieves Douban movie data, offers ranking and keyword search, displays details via a Tkinter GUI, lists free streaming sources, and discusses configuration steps, features, known issues, and core code snippets.

GUIMovie DataSelenium
0 likes · 26 min read
Python Movie Web Crawler: Configuration, Features, and Code Overview
Test Development Learning Exchange
Test Development Learning Exchange
May 15, 2023 · Backend Development

Fetching Movie Information from IMDb Using Python Requests and BeautifulSoup

This tutorial demonstrates how to use Python's requests and BeautifulSoup libraries to query IMDb for movie details such as title, director, cast, rating, and summary, illustrated with a sample lookup for the film Inception.

BeautifulSoupMovie DataPython
0 likes · 4 min read
Fetching Movie Information from IMDb Using Python Requests and BeautifulSoup
Python Programming Learning Circle
Python Programming Learning Circle
Dec 8, 2021 · Backend Development

Python Web Scraping and Data Visualization of Maoyan Movie Rankings

This tutorial demonstrates how to use Python on Windows to crawl Maoyan movie rankings, extract details such as title, rating, genre, region, and duration, store them in a CSV file, and then perform comprehensive data cleaning, analysis, and visualization with pandas, matplotlib, and WordCloud.

Data VisualizationMatplotlibMovie Data
0 likes · 12 min read
Python Web Scraping and Data Visualization of Maoyan Movie Rankings