[PYTHON] Learning record # 2

What i did

Udemy "Web Scraping with Python-Introduction- [First Steps to Business Efficiency]" 14-16 (until the end of §5)

--How to use format --How to get all the information of pages whose url ends with /? Page = 1 or 2 --Scraped information is str type --Pandas is useful for creating 2D tables

You can embed arguments in the part surrounded by curly braces with .format (). → If you do like below, page = 1, page = 2, page = 3.

.How to use format


for page in range(1,4):
  'page={}'.format(page)

If you use this as an argument of browser.get (), you can get the information of the serial number page.

What I read

https://qiita.com/thesugar/items/1cd91eb3f5de7d390490 I should have read it when building the environment

Other

Watch the video at double speed and grasp the contents → I studied by hitting the editor while watching the same video at constant speed.

Recommended Posts

Learning record
Learning record # 3
Learning record # 1
Learning record # 2
Learning record so far
Go language learning record
Learning record 4 (8th day)
Learning record 9 (13th day)
Learning record 3 (7th day)
Learning record 5 (9th day)
Learning record 6 (10th day)
Programming learning record day 2
Learning record 1 (4th day)
Learning record 7 (11th day)
Learning record 2 (6th day)
Linux learning record ① Plan
Learning record 16 (20th day)
Learning record 22 (26th day)
Learning record 13 (17th day) Kaggle3
Learning record No. 10 (14th day)
Learning record No. 17 (21st day)
Learning record 12 (16th day) Kaggle2
Learning record No. 18 (22nd day)
Learning record No. 24 (28th day)
Learning record No. 19 (23rd day)
Learning record No. 29 (33rd day)
Learning record No. 28 (32nd day)
Learning record No. 23 (27th day)
Learning record No. 25 (29th day)
Learning record No. 26 (30th day)
Learning record No. 20 (24th day)
Learning record No. 27 (31st day)
real-time-Personal-estimation (learning)
Machine learning
python learning
Learning record No. 14 (18th day) Kaggle4
Learning record No. 15 (19th day) Kaggle5
6/10 Learning content
Deep Learning
numpy-sigmoid learning
Learning record 11 (15th day) Kaggle participation
Deep Learning Specialization (Coursera) Self-study record (C3W1)
Deep Learning Specialization (Coursera) Self-study record (C1W3)
Record the steps to understand machine learning
Deep Learning Specialization (Coursera) Self-study record (C1W4)
Deep Learning Specialization (Coursera) Self-study record (C2W1)
Deep Learning Specialization (Coursera) Self-study record (C1W2)
Deep Learning Specialization (Coursera) Self-study record (C3W2)
[Leet Code learning record] Solved ZigZag Conversion
Deep Learning Specialization (Coursera) Self-study record (C2W2)
Learning record of reading "Deep Learning from scratch"
Deep Learning Specialization (Coursera) Self-study record (C4W1)
Deep Learning Specialization (Coursera) Self-study record (C2W3)
Learning record (2nd day) Scraping by #BeautifulSoup
Deep Learning Specialization (Coursera) Self-study record (C4W2)
LPIC201 learning memo
[Introduction] Reinforcement learning
[Python] Learning Note 1
Python learning notes
Report_Deep Learning (Part 1)
Report_Deep Learning (Part 1)