scraping data about isimsf teachers :
All data has been collected from the free open source websit (https://isimsf.rnu.tn/fra/enseignants) , and has been put on public for other students to easily access their teachers' data
Beautiful Soup is a Python package for parsing HTML and XML documents (including having malformed markup, i.e. non-closed tags, so named after tag soup). It creates a parse tree for parsed pages that can be used to extract data from HTML, which is useful for web scraping.
u can leran basics of webscraping by checking webscraping file