Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn to build and consume REST APIs in this comprehensive Python tutorial. Explore API fundamentals, HTTP methods, and practical examples using the StackOverflow API. Set up a Python API with SQLAlchemy, implement GET, POST, and DELETE operations, and use tools like Postman and developer network tools. Gain hands-on experience in API development and integration for web applications.
Syllabus
- Introduction
- API App example
- Why an API is important
- HTTP methods
- POST vs PUT
- Consume the StackOverflow API
- Setting up our own Python API
- GET request setup
- Database model setup for SQLAlchemy
- GET data with query.all
- GET data by ID with parameter
- Developer tools network Intro
- POST a new record
- Postman Introduction
- DELETE data
- Conclusion
Taught by
Caleb Curry
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
Great tutorial! Simple, less than 1 hour, direct to the point. Explains how to create a simple API with Python and Flask. Serve the purpose. Kudos!