Page 47 - AC-1-2
P. 47
Arts & Communication Correlations between artworks and contacts
Appendix BeautifulSoup
MySQL BeautifulSoup is a Python library for parsing HTML and
XML documents. It creates a parse tree for parsed pages
MySQL is an open-source relational database management that can be used to extract data from HTML, which is
system. MySQL is a component of the LAMP web useful for web scraping.
application software stacK, which is an acronym for Linux,
Apache, MySQL, Perl/PHP/Python. MySQL is used by Gensim
many database-driven web applications, including Drupal Gensim is an open-source library for unsupervised topic
and WordPress. modeling, document indexing, retrieval by similarity, and
other natural language processing functionalities, using
SQLite
modern statistical machine learning.
SQLite is a database engine written in the C programming
language. It is the most widely deployed database engine, Pandas DataFrame
as it is used by several of the top web browsers, operating A Pandas DataFrame is a structure that contains two-
systems, mobile phones, and other embedded systems. dimensional data and its corresponding labels. DataFrames
are widely used in data science, machine learning,
Python
scientific computing, and many other data-intensive fields.
Python is a high-level general-purpose programming DataFrames are similar to SQL tables and spreadsheets that
language: Meaning it can be used to create a variety of you work with in Excel or Calc. In many cases, DataFrames
different programs and is not specialized for any specific are faster, easier to use, and more powerful than tables
problems. Its design philosophy emphasizes code or spreadsheets because they are an integral part of the
readability with the use of significant indentation. Python ecosystem.
Volume 1 Issue 2 (2023) 7 https://doi.org/10.36922/ac.1004

