Skip to content

Instantly share code, notes, and snippets.

View okongwu101's full-sized avatar

Nnam tochukwu okongwu101

View GitHub Profile
@okongwu101
okongwu101 / country_tuples.md
Created September 21, 2021 07:42 — forked from chidimo/country_tuples.md
A list of countries of the world and their abbreviations as python tuples

Countries as tuples

Code

from pywebber import Ripper
def get_countries_as_tuples():
    """Get list of countries and their abbreviations as a tuple of tuples"""
    p = Ripper('http://abbreviations.yourdictionary.com/articles/country-abbreviations.html')
    c = p.soup.find('div', id='article_main_content')