Web scrapping and related analytics using Python tools

tirthajyoti tirthajyoti Last update: Apr 12, 2024

Web scraping, database and related analytics

GitHub issues GitHub forks GitHub stars PRs Welcome Github commits

Dr. Tirthajyoti Sarkar (You can connect with me on LinkedIn)


Requirements

  • Python 3.5+
  • NumPy ($ pip install numpy)
  • Pandas ($ pip install pandas)
  • requests ($ pip install requests)
  • BeautifulSoup4 ($ pip install beautifulsoup4)
  • MatplotLib ($ pip install matplotlib)

book-image


What type of Notebooks are here?



Check out this article I wrote on Medium about this topic


Check out this article I wrote on Medium about this topic



How to crawl the Project Gutenberg portal and download 100 most popular books automatically?


Subscribe to our newsletter