tirthajyoti / Web-Database-Analytics

Web scrapping and related analytics using Python tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?


About

Web scrapping and related analytics using Python tools

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%