Free Python Course (Usage Part 3) - Web Scraping (5 hours)
From HTML basics to expert scraping techniques, I'll teach you everything. This one video is all you need.
5,667 learners
Level Basic
Course period Unlimited
News
4 articles
Hello.
I am NadoCoding, an Inflearn knowledge sharer.
The 【Java Basics - Full Course】 lecture, which recorded 600,000 views on YouTube and 4,000 cumulative students on Inflearn, has now been released as a book 📚

In addition to the content covered in the lectures, it features even more abundant quizzes, various practice problems, and self-checks, making it excellent for both first-time learners and those looking for review material.
📌 Especially recommended for these people
Those who want to learn everything from the basics to object-oriented programming in an easy and fun way
Those who need an extra review after taking the lecture
Those who want to improve their coding skills through various application problems
I will continue to create content that helps you grow in the future. 😊
✨ Buy the book now
yes24: https://gilbut.co/c/26042228eX
Kyobo Book Centre: https://gilbut.co/c/26048152Bg
Aladin: https://gilbut.co/c/26048728Fx
Thank you.
hello?
I am also a knowledge sharer of Infraon, Nadocoding.To celebrate the start of the spring semester in March, we are offering a 20% discount on the Java Fundamentals course. (Until 3/15)
The Java course currently has 1,300 cumulative students and maintains a 5-star rating .
If you need Java this semester,
Start with the world's easiest coding lesson 😊👉 Shortcut: https://inf.run/BUS6
thank you
🎓 First, read the reviews from those who took the course 👇
hello?
I am also a knowledge sharer of Infraon, Nadocoding.
【C Programming - From Beginner to Game Development】 The lecture has been published as a book. 📕👏🎶
We have prepared this with great care so that it can be helpful to those who were not satisfied with just video lectures, so please show us a lot of interest. 😊

This newly published book is different from the existing C lectures in this way!
1. Update all source code and descriptions to match the latest development environment.
2. Added various supplementary explanations in the form of notes and tips.
3. Self-check in the form of a 1-minute quiz and mini-project for each chapter
I recommend this book to these people:
1. For those who want to learn programming in more depth
2. Those who are currently enrolled in or planning to enroll in a computer-related department
Third, those who want to study difficult content easily and enjoyably.
Studying the C language, I, Nado Coding, can help you.
Meet us right now 😊
📕 Purchase Link
👉 Yes24: https://bit.ly/3dRhv5B
👉 Kyobo Bookstore: https://bit.ly/3UK4L1i
👉 Aladdin: https://bit.ly/3DUntxg
Hello, I am also coding. ^^
We would like to inform you that there have been changes to the webpage since the lecture was filmed.
Please study by referring to the contents below.
1. "Tistory" receives HTML normally without changing the UserAgent.
(Related lecture: User Agent)
2. When you try to log in to "Naver", an automatic input prevention character input page will appear. Please refer to the link that introduces a method to bypass this using JavaScript.
https://jaeseokim.github.io/Python/python-selenium-using-web-crawling-Naver-login-after-subscription-feed-crawling/
(Related lecture: Selenium Advanced (Naver Login))
3. After checking the contents of the "Coupang" lecture, it seems that some items are retrieved a little differently from when accessed on the web. About 80% of the screens are normal, and 20% retrieve values that do not exist on the page. (They may be contents that appear on the next page.) Also, 80% of the items seem to be in a slightly messed up order, unlike the web page. There seems to be a difference in the values returned by Coupang when retrieved using only requests, so it seems necessary to compare the results through selenium. I sincerely apologize for any errors in the contents because I did not think to fully inspect the results during class.
(Related lecture: BeautifulSoup4 Utilization 2 (Coupang))
4. When I try to retrieve Naver News from the "Project" lecture, I get a 500 Server Error. In this case, you can add your PC's user-agent to the headers in requests.
(example)
def create_soup(url):
headers = {"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36"}
res = requests.get(url, headers=headers)
res.raise_for_status()
soup = BeautifulSoup(res.text, "lxml")
return soup
(Related lecture: Headline / IT News (Naver News))
thank you

