Description
This page contains the following Python files to improve your understanding about APIs and CRUD methods.
Main1.py
The `Main1.py` file includes a Python script with the following functions:
- GET Function: Fetches data from a specified resource.
- POST Function: Creates a new resource.
- PUT Function: Updates an existing resource.
Main2.py
The `Main2.py` file includes a Python script with the following functions:
- PUT Function: Updates an existing resource.
- DELETE Function: Deletes a specified resource.
Exercise Files
The files labelled `Exercise#.py` contains sample answers for their respective exercises. We encourage you to attempt the exercises on your own before referring to the sample answers.
Explore these scripts to understand how to perform basic CRUD operations in Python.