Beautiful Soup python ile html kodlarını manipule etmemizi sağlayan bir kütüphanedir. Beatiful Soup ve requests ile html içerikler içerisine girebilir ve burada neredeyse bir insan gibi web sitesi içerisinde hareket edebiliriz. Beautiful Soup import etmek oldukça kolaydır. Tavsiyem request kütüphanesi ile beraber import etmenizdir.
import requests from bs4 import BeautifulSoup