View Single Post
Old 12-31-2015, 10:40 PM   #3
Shivangi Panwar
Registered User
 
Join Date: Nov 2015
Posts: 127
you can extract information from Html file using library urllib. It helps you to read the html source code and after that you can apply regular expression to extract required information.

Read More

https://docs.python.org/2/library/urllib.html
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Shivangi Panwar is offline   Reply With Quote