My 5 tips for Python Web Scraping in 2023
1 - Know enough Python to save headaches when ChatGPT gets it wrong
2. Know a little web dev to understand HTML, CSS and Javascript
3. Have a goal in mind, ideally a problem to solve
4. Respect websites and their robots.txt files
5. Know the right approach, html parsing vs. json payloads vs. browser automation with Selenium