Download SVG country flags and css, then convert the codes from the iso 3166 two character codes to three character codes.
./get_flags.sh
Then copy the flag-icon.css file into public/css and the flags directory to public/.
Instantly share code, notes, and snippets.
This stacked bar chart is constructed from a CSV file storing the populations of different states by age group. The chart employs conventional margins and a number of D3 features:
This script will download web pages and spit out the title, url, and text in a separate file.
Usage:
articles with newline separated list of URLs to downloadpython extract.pyPrerequisite: newspaper is used for text extraction. Install: pip install newspaper