Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 4.09 KB

README.md

File metadata and controls

59 lines (45 loc) · 4.09 KB

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?