Course Catalog
Build and Implement APIs with Python
Code: Python and API
Duration: 4 Day
$1995 USD

OVERVIEW

Programmatic access to data through Application Programming Interfaces (APIs) is an increasingly important skill for programmers. This course teaches you both how to use Python to access APIs as well as build your own API sites. You’ll learn about a variety of data serialization formats, multiple API accessing libraries, and how to build sites that host APIs using both FastAPI and Django.

This course is lab focused and you’ll gain hands-on experience working with and building APIs.

DELIVERY FORMAT

This course is available in the following formats:

Virtual Classroom

Duration: 4 Day

CLASS SCHEDULE

Delivery Format: Virtual Classroom
Date: Sep 28 2026 - Oct 01 2026 | 08:30 - 16:30 EDT
Location: Online
Course Length: 4 Day

$ 1995

Delivery Format: Virtual Classroom
Date: Nov 16 2026 - Nov 19 2026 | 08:30 - 16:30 EST
Location: Online
Course Length: 4 Day

$ 1995

Delivery Format: Virtual Classroom
Date: Jan 11 2027 - Jan 14 2027 | 08:30 - 16:30 EST
Location: Online
Course Length: 4 Day

$ 1995

Delivery Format: Virtual Classroom
Date: Mar 01 2027 - Mar 04 2027 | 08:30 - 16:30 EST
Location: Online
Course Length: 4 Day

$ 1995

Delivery Format: Virtual Classroom
Date: Apr 19 2027 - Apr 22 2027 | 11:30 - 19:30 EDT
Location: Online
Course Length: 4 Day

$ 1995

GOALS
  • Serializing and deserializing in JSON, CSV, YAML, and XML formats
  • Scraping data from the web using the Python requests and Beautiful Soup libraries
  • Authenticating to API services
  • How to interact with REST API services
  • SQL and SQLAlchemy for database access
  • Speeding up API access through concurrent programming (threading, asyncio, and multi-processing)
  • Building FastAPI web sites
  • Building Django web sites for APIs
OUTLINE


Notice: Undefined variable: classroom in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 264

Notice: Trying to access array offset on value of type null in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 264
Will Be Updated Soon!
  • Fetching Data
    • Serializing and deserializing data in JSON, CSV, YAML, and XML
    • Using the Python requests library
    • Scraping web pages
    • Using the Python Beautiful Soup library
  • Authenticating to APIs
    • Header based authentication
    • JSON Web Tokens (JWT)
  • REST Interfaces
    • HTTP Methods
    • Create, Read, Update, and Delete (CRUD) actions
    • REST nouns and verbs
    • Writing good REST URLs
  • GraphQL
    • How to fetch data from a GraphQL interface
    • Using GraphQL web tools
  • SQL
    • Introduction to SQL
    • Using SQLite and the sqlite3 command-line interface
    • Writing Python SQLAlchemy scripts to access databases using both the text and function interfaces
  • Concurrent Programming
    • How to write concurrent code to speed up your API access
    • The difference between I/O bound and CPU bound concurrency
    • Writing Python asyncio routines
    • Using Python’s threading library
    • Using Python’s mulit-processing library
  • FastAPI
    • Writing an API server using FastAPI
    • Writing a complete REST interface using GET, POST, PUT, PATCH, and DELETE
    • How to use Pydantic to specify payload serialization
  • Django for APIs
    • Introduction to the Django web framework
    • Using Django to access a database
    • Writing web views in Django
    • Using the Django Ninja library to build APIs
LABS


Notice: Undefined variable: classroom in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 289

Notice: Trying to access array offset on value of type null in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 289
Will Be Updated Soon!
  • Reading JSON data
  • Converting CSV to JSON
  • Converting YAML to CSV
  • Converting XML to YAML
  • Fetching JSON data
  • craping a web page
  • Dealing with Pagination
  • Authenticating to an API with headers
  • Authenticating with JWT
  • Using REST API end-points
  • Using GraphQL
  • Exploring a database with sqlite3
  • Using SQLAlchemy’s text() interface
  • Using SQLAlchemy’s function interface
  • Fetching from multiple sources concurrently
  • Threading and multi-processing
  • A complete REST interface in FastAPI
  • FastAPI file uploads and page redirects
  • Django views and routes
  • Django database access
  • Django Admin
  • Database relationships in Django ORM
  • Django Ninja for APIs
  • A complete REST interface in Django Ninja
  • Writing secure API end-points in Ninja
WHO SHOULD ATTEND
  • Data scientists
  • Software developers
  • Python enthusiasts
PREREQUISITES

General Python programming knowledge is required

  • Python Foundations course or equivalent knowledge