4.3.beautifulSoup4

  • 1.Installation

    • 1.從官網下載壓縮檔

    • 2.解壓縮後, 打開console並輸入以下指令

        python setup.py install
        python -c "import bs4; print bs4.__version__"
  • 2.Parsing data

    • Assume you have got some data

    • Past the following code on Jupyter and run

Last updated

Was this helpful?