#Checklist
Checklist point | Evidence (filename(s) and line number(s) and/or short desciption)
- Write a simple server script which is capable of serving a web application written in Python:
simpleserver.py
- Retrieve one or more documents or rows from one or more collections or tables:
cgi-bin/myserve_cat.py Lines 31-33
- Iterate over documents returned in a results cursor object:
cgi-bin/myserve_cat.py Lines 38-52
- Filter and/or sort documents in the result set based on some simple criteria
cgi-bin/myserve_cat.py Line 45
- Perform more advanced filtering and/or aggregation operations in a database query:
cgi-bin/myserve_cat.py Line 31
- Handle a POST request made via an HTML form in a server-side script:
cgi-bin/myserve_cat.py Line 56-60
- Demonstrate consideration for Separation of Concerns through the modularisation (separation) of related code:
I seperated the files into different components which is so that if a component files, it wont have any affect the other components.
- Demonstrate an awareness of how related data is modelled in the database:
cgi-bin/myserve_cat.py Line 45 and 61-70
- Design and implement an original functional feature in a Python web app:
cgi-bin/myserve_cat.py Line 49
-
Other relevant extension of the taught material (if applicable):
-
Make a Python script self-executable:
cgi-bin/myserve_cat.py Line 1
- Utilise a range of Python's built-in functions and methods:
cgi-bin/myserve_cat.py Line 12
- Make use of user-defined functions:
cgi-bin/myserve_cat.py Line 15
- Design and implement reuseable functions:
cgi-bin/myserve_cat.py Line 69-74
- Write readable, well-presented code:
Everywhere
Personal projects
View allInfo
Member since March 09, 2018