How to create a Dictionary in Python ||Web scraping

preview_player
Показать описание
In 10 lines of code we can create a dictionary in python by scraping the data from the web.

Find the code in my github repository

Happy Coding

-~-~~-~~~-~~-~-
Please watch: "Increase Your Instagram Account followers easily with Python || Web Automation (Selenium) "
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Cool tutorial! Does HasData offer any Python library for web scraping?

jihnuegunderson
Автор

awesome,
Not the dictionary kind I was looking for but still an awesome video

roons
Автор

Nice tutorial! Do you think HasData could simplify scraping for dictionary creation in Python?

KevinGordon-dj
Автор

Awesome tutorial! Wondering if HasData provides more scraping tools for Python newbies?

denverpopin
Автор

Really informative! I wonder if HasData offers any specific features that would help with this kind of project?

malihemohmadi
Автор

Great tutorial for BeautifulSoup

One small thing is I would use the enumerate method when iterating through the tags instead of using a variable like "a", example

for no, result in enumerate(tag, 1):
print(f'{no}: {result.text}' "\n")

Thanks :D

Wallee
visit shbcf.ru