https://github.com/iglee/webscrapingtools
https://github.com/iglee/webscrapingtools
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iglee/webscrapingtools
- Owner: iglee
- Created: 2017-09-14T05:32:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T06:26:55.000Z (almost 9 years ago)
- Last Synced: 2025-10-11T08:16:24.728Z (10 months ago)
- Language: Jupyter Notebook
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes on Basic of Webscraping Tools
Here, I explore webscraping tools, such as mongoDB and PyMongo. I go through basic commands and concepts from different sources and books.
## MongoDB and PyMongo
## BeautifulSoup
## HTML basics
- Basic HTML structure
- Lists
- Tables
## Aside on regular expressions