Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
402 views

web scraper chrome extension with dd and dt conditions

I want to extract some data on web and I am using web scraper developer tool provided by chrome. My web pages contain a sections in which each product details(details about graphic card, processor, ...
megha's user avatar
  • 115
0 votes
3 answers
1k views

Python reads data from webpages

I have a list of a bunch of IP addresses. I am wondering if it is possible to use python to determine the country name of the IP addresses by extracting the information from this website (http://www....
yingnan liu's user avatar
1 vote
5 answers
974 views

Encrypted, password-protected file creation

I'm writing a program that creates a Word document with sensitive information. I'd like to encrypt and password protect the document and distribute it in a self-extracting file so that the user can ...
Caveatrob's user avatar
  • 13.2k