Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 736 Bytes

File metadata and controls

16 lines (12 loc) · 736 Bytes

Python Example Projects

This repository contains some simple Python sample APIs.

Call Emoji API

This code calls the Emoji Tracker API and outputs the first item in the list. The Postman Collection provides an example of how to call this in Postman.

Call Centene Provider Directory API

This code calls the Centene Provider Directory API and outputs the practitioners who start with Andrus. The Postman Collection provides an example of how to call this in Postman.

Massage Excel with Pandas

This code massages some Excel data with Jupyter.