Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Python Web Scraping

Learning Path ⋅ Skills: Web Scraping, HTTP Requests, Data Parsing

Web scraping is about downloading structured data from the web,


selecting some of that data, and passing along what you selected to
another process. With this learning path you’ll learn the core Python
technologies and skills you need to build your own web scraper.

வலை ஸ்கிராப்பிங் என்பது வலையிலிருந்து


கட்டமைக்கப்பட்ட தரவைப் பதிவிறக்குவது, அந்தத் தரவில்
சிலவற்றைத் தேர்ந்தெடுப்பது மற்றும் நீங்கள்
தேர்ந்தெடுத்ததை வேறொரு செயல்முறைக்கு அனுப்புவது.
இந்த கற்றல் பாதையின் மூலம் நீங்கள் உங்கள் சொந்த
வலை ஸ்கிராப்பரை உருவாக்க வேண்டிய முக்கிய பைதான்
தொழில்நுட்பங்களையும் திறன்களையும்
கற்றுக்கொள்வர்கள்.

Making HTTP Requests With Python


Web Scraping With Beautiful Soup and Python

A Practical Introduction to Web Scraping in Python


Working With JSON Data in Python

Reading and Writing CSV Files


Modern Web Automation With Python and Selenium

You might also like