I decided to design a platform that provides a more practical and aesthetically pleasing approach to analyse a player's performance data in response to the difficulties of pulling information from Wikipedia in the modern era.
Users may now quickly access and understand the important facts and trends related to a player's performance by utilising the power of data visualisation through graphs. By making it simpler for users to obtain and understand the information they need, this platform attempts to streamline the process of gathering insights.
I created a smooth pipeline connecting my website to Wikipedia using BeautifulSoup. I focused on a particular piece of data within this pipeline that was vital to the operation of my website. Using BeautifulSoup's parsing features, I was able to properly retrieve the needed data.
I took the deliberate decision to analyse and display the data directly on my website rather than choosing to store it. This choice resulted in longer processing times even though it required less effort to store the data. Nevertheless, I prioritised real-time accessibility and made sure that people could see and engage with the pertinent information right away by dynamically presenting the extracted data on my website. A faster and more engaging user experience was made possible on my website by the trade-off between storage and processing time.
Reasons for using various libraries involve:
Disclaimer: Please note that not all player photos may be displayed on the website. This limitation arises from utilizing URL links to retrieve and showcase player images. If an image is not available or accessible through the provided link, it will not be displayed on the website.