top of page
learn_data_science.jpg

Data Scientist Program

 

Free Online Data Science Training for Complete Beginners.
 


No prior coding knowledge required!

Writer's pictureBechir Mathlouthi

Web Scraping using Python

i needed to buy a new laptop so i checked so a tunisian site called https://www.tunisianet.com.tn/ to compare laptop prices and specifications but this was so complicated because i was obliged every time to change pages showing laptops to campare specifications and the i managed to write a python code wich lists all laptops with different specifications and prices in one table .

and this is the code :


Analysing HTML code with BeautifulSoup


and to save result in a csv format i used dataframe from the library of pandas shown as below :


1 comment

Recent Posts

See All

1 Comment


Data Insight
Data Insight
Sep 22, 2021

Good topic, great idea, but you need to explain more properly how you executed this project. Again, do not insert codes using images; use the code snippet functionality instead.

Like
bottom of page