This map briefly shows a couple of my favourite map projections.
1. Imports, setting up, data sources, data preparation
import geopandas as gpd
import matplotlib.pyplot as plt
import cartopy.crs as ccrs
import cartopy.feature as cfeature
# Load the country-level shapefile from Natural Earth
world = gpd.read_file('../DAY13/ne_10m_admin_0_countries/ne_10m…