User profile picture

Athar Azim

@aazim001
  • aazim001
  • README.md

#Checklist

Checklist point | Evidence (filename(s) and line number(s) and/or short desciption)

  1. Write a simple server script which is capable of serving a web application written in Python:

simpleserver.py

  1. Retrieve one or more documents or rows from one or more collections or tables:

cgi-bin/myserve_cat.py Lines 31-33

  1. Iterate over documents returned in a results cursor object:

cgi-bin/myserve_cat.py Lines 38-52

  1. Filter and/or sort documents in the result set based on some simple criteria

cgi-bin/myserve_cat.py Line 45

  1. Perform more advanced filtering and/or aggregation operations in a database query:

cgi-bin/myserve_cat.py Line 31

  1. Handle a POST request made via an HTML form in a server-side script:

cgi-bin/myserve_cat.py Line 56-60

  1. 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.

  1. Demonstrate an awareness of how related data is modelled in the database:

cgi-bin/myserve_cat.py Line 45 and 61-70

  1. Design and implement an original functional feature in a Python web app:

cgi-bin/myserve_cat.py Line 49

  1. Other relevant extension of the taught material (if applicable):

  2. Make a Python script self-executable:

cgi-bin/myserve_cat.py Line 1

  1. Utilise a range of Python's built-in functions and methods:

cgi-bin/myserve_cat.py Line 12

  1. Make use of user-defined functions:

cgi-bin/myserve_cat.py Line 15

  1. Design and implement reuseable functions:

cgi-bin/myserve_cat.py Line 69-74

  1. Write readable, well-presented code:

Everywhere

Activity

View all
Loading
There was an error loading users activity calendar.
  • Loading

Personal projects

View all
  • Loading
Loading

Info

Member since March 09, 2018