Source
CIA Factbook Grep in Python
1 dataset
http://douweosinga.com/projects/ciagrep
Please add a description to this source
-
CIA World Factbook Grep in Python
Offsite — This project is a Python script that parses the CIA’s World Factbook, searches for a specific property, like population, and prints this property for all countries in the database. Type: grepCia.py capital and you’ll get a list of countries and capitals. It works for almost all properties specified in the CIA dataset. The program makes a good start for any CIA data ...