Python
์น ํฌ๋กค๋ง(BeautifulSoup)
1. BeautifulSoup ์ค์น - ์ฌ๊ธฐ์ BeautifulSoup์ ๋ฌด์์ธ๊ฐ? ์์ ์พ...? HTML ๋ฐ XML ํ์ผ์์ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ ธ ์ค๊ธฐ์ํ Python ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ๋๋ค ์ด์์ '์ด์ํ ๋๋ผ์ ์จ๋ฆฌ์ค'์์ ์ ๋๋์๋ค๊ณ ํ๊ณ ์๋ฆ๋ต๊ฒ ์ ๋ ฌํด์ค๋ค๋ ์ ๋์ ์๋ฏธ?! Beautiful Soup Documentation — Beautiful Soup 4.9.0 documentation Non-pretty printing If you just want a string, with no fancy formatting, you can call str() on a BeautifulSoup object (unicode() in Python 2), or on a Tag within it: str(soup) # ' ..