Th35py27 / CSP

MIT License
0 stars 0 forks source link

Data Structures Final #8

Open Th35py27 opened 2 months ago

Th35py27 commented 2 months ago

From VSCode using SQLite3 Editor, show your unique collection/table in database, display rows and columns in the table of the SQLite database. image

In VSCode using Debugger, show a list as extracted from database as Python objects. image

From VSCode model, show your unique code that was created to initialize table and create test data. image

In VSCode use Debugger and list, show two distinct example examples of dictionaries, show Keys/Values using debugger. image

In VSCode, show algorithmic conditions used to validate data on a POST condition. image

In VSCode, show Python API code definition for request and response using GET, POST, UPDATE methods. Discuss algorithmic condition used to direct request to appropriate Python method based on request method.

image

image

In Postman, show URL request and Body requirements for GET, POST, and UPDATE methods.

image

In Postman, show the JSON response for error for 404 when providing an unknown user ID to a UPDATE request. image

Success and failure code in the frontend: image

Preparation of Data Analysis:

image image

Preparations for Predictions: image

Linear Tree Analysis Algorithms: image

brandonso36 commented 1 month ago

1.9/2

You showed a good understanding of the requirements through the screenshots which fully captured what the question was asking. You could've gone a little more in-depth and added further description but overall it was well constructed!