-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
11 lines (9 loc) · 679 Bytes
/
readme
File metadata and controls
11 lines (9 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
# practicing web scrapping
https://www.packtpub.com/big-data-and-business-intelligence/web-scraping-python
The Internet contains the most useful set of data ever assembled, largely publicly accessible for free.
However, this data is not easily reusable. It is embedded within the structure and style of websites and
needs to be carefully extracted to be useful. Web scraping is becoming increasingly useful as a means to
easily gather and make sense of the plethora of information available online. Using a simple language like
Python, you can crawl the information out of complex websites using simple programming.
changing python path:
$ export PATH=/c/python36-32:$PATH