How to do Web Scraping with Python (beautiful soup tutorial)

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 12

  • @davidessien3617
    @davidessien3617 Год назад +5

    This is good stuff. Can I suggest you use a code editor next time? using it on the command line
    makes it difficult to follow.

  • @MsDev5
    @MsDev5 Год назад +3

    great video but next time use some code editor like vscode
    its hard to see stuff on command line

    • @carrolte1
      @carrolte1 10 месяцев назад

      can he still have a python virtual environment inside of VSCode?

    • @MsDev5
      @MsDev5 10 месяцев назад

      yes@@carrolte1

    • @carrolte1
      @carrolte1 10 месяцев назад

      to answer my own question yes, and the steps were pretty much the same. so yes I agree this would be the best way to teach it in the future.

    • @carrolte1
      @carrolte1 10 месяцев назад

      but then not everyone has vscode setup. and true nerds would like to execute code frome a command shell interactively. (not me, but you know.)

  • @mihir5381
    @mihir5381 Год назад +2

    can u post the header in the desc?

    • @mortenhansen9038
      @mortenhansen9038 3 месяца назад +2

      In case others looking for it:
      headers = {'User-Agent': "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like GEcko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246"}

  • @neolexington
    @neolexington Год назад

    That is very interesting and useful. I was able to follow without any issues on Ubuntu 22.04.