Python - Flask - gazpacho - Working with HTML - Web Scraping - pip
Head First Python: A Learner’s Guide to the Fundamentals of Python Programming, A Brain-Friendly Guide、 Paul Barry(著)、 O’Reilly Mediaの Chapter 9.(Working with HTML: Web Scraping)、EXERCISE(428/682)の解答を求めてみる。
Jupyter(コード、入出力結果)
WorldRecords.ipynb
%pip install gazpacho
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: gazpacho in /Users/.../Library/Python/3.13/lib/python/site-packages (1.1)
Note: you may need to restart the kernel to use updated packages.