Home
Softono
Web-Database-Analytics

Web-Database-Analytics

Open source MIT Jupyter Notebook
287
Stars
168
Forks
0
Issues
15
Watchers
6 years
Last Commit

About Web-Database-Analytics

Web scrapping and related analytics using Python tools

Platforms

Web Self-hosted

Languages

Jupyter Notebook

Links

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)

My new book on Data wrangling with Python

book-image


What type of Notebooks are here?


How to scrape data from CIA website (this is harmless, I promise) about simple facts on various nations?

Check out this article I wrote on Medium about this topic


How to build a Yelp crawler which can generate interesting word cloud based on a particular city's food cuisine and taste?


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


How to use a free API to download basic information about countries around the world and build a database?