7401ICT: Laboratory 10


Exercises

  1. Complete all previous exercises.

  2. Seek feedback on your solution to Assignment 2.

  3. This question is very experimental.
    1. Register for an Amazon Web Services account. (There is no charge for this.)
    2. Download and install either simples3 or boto (Python clients for Amazon S3).
    3. From the Python command line, following the instructions on the appropriate Web site, create a bucket, add an object to the bucket, updated the object, delete the object, retrieving information about the bucket and the object after each step.
    4. Add one or more static files from one of your Django applications to an S3 bucket, and change the settings of your media directory to get the files from that bucket.
    5. Let me know how you did, particularly if you succeeded.
  4. Work through the jQuery examples in the notes. Modify them to do something different and interesting.

  5. Seek advice on design and implementation of Assignment 3.