Home
Softono

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

Need Help Installing Web Database Analytics?

We provide expert installation service for this software. Our team will install, configure, and secure Web Database Analytics on your server. plans start at just $30.

Web Database Analytics

View on GitHub

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 design your own mini-IMDB movie database by scraping web?


Check out this article I wrote on Medium about this topic


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?