Python
Portal Documentation

Pushing Portal Updates to AWS

How to push code updates for the SIMS Portal to production.

Read More
Portal Documentation

How to Fix Common Development Errors

A series of commonly errors that developers may encounter and how to address them.

Read More
Data Transformation and Analysis

Automate Web Scraping and Data Storage with AWS Lambda and S3

Creating a Python script that runs on a set schedule and scrapes data from a webpage before automatically updating a CSV file in AWS.

Read More
Data Transformation and Analysis

Getting Country Data from the GO Platform via the API

Use Python to fetch information about national societies from the GO Platform's API.

Read More
Data Transformation and Analysis Geospatial

Geocoding Addresses Using the Google Maps API

Use the Google Maps API to batch process large lists of addresses into point coordinates.

Read More
Data Transformation and Analysis Geospatial

Geocoding Addresses Using the OpenStreetMap API

Use the OpenStreetMap API to batch process large lists of addresses into point coordinates.

Read More
Data Transformation and Analysis Geospatial

Reverse Geocoding Coordinates Using the OpenCage API

How to reverse geocode a list of coordinates at scale using the OpenCage API.

Read More
Data Transformation and Analysis Geospatial

Web Scraping and Geocoding National Society Branch Locations

An example of scraping address data from across multiple web pages and geocoding them in bulk.

Read More
Data Transformation and Analysis

Dealing with Messy Dates in Python

Use Python to fix dates and date formatting in large datasets.

Read More
Data Transformation and Analysis

Prerequisites for Working with Python

How to make sure your computer is set up to follow along with Python-related guides.

Read More