The purpose of this program is to extract the pricing of the phones on the site.ir and display them as a table, along with the most expensive, cheapest and average price of the phones. That is written in a series of series and a multiplicated state to compare the duration of their
Requests, BeautifulSoup, Pandas, Threading, Time
* Initially, the Requests and Beaufulsify library is used to extract information from the IR.mobile site.
* Then, by accessing different pages of the site, the price information of the phones on each page is extracted and converted into two lists.
* The first list contains the title of the phones and the second list is the prices of the handsets.
* In the following, these two lists are combined with the ZIP function and a dictionary is made with the name of the phone as a key and its price as the value.
* Then this dictionary is converted to Dataframe Pandas and displayed.
* The most expensive and cheapest phones are found using DataFrame functions and are displayed with average price of phones.
* Finally, the program's run time is also displayed.