Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Module 1: Request -> Response

Resources

Assignment

Codingbat Over HTTP

For each of the paths bases below, implement the corresponding codingbat challenge as a view. I've provided a repository for you to create your project/app in. Arguments should be collected from the path and the response should contain the answer to the challenge. Additionally, you should implement three of the test cases that coding bat provides as test cases in your django app.

  1. warmup-1/near-hundred/... implemented with 3 test cases.
  2. warmup-2/string-splosion/... implemented with 3 test cases.
  3. string-2/cat-dog/... implemented with 3 test cases.
  4. logic-2/lone-sum/... implemented with 3 test cases.

Mastery Check (Benchmark)

You will be asked to create a django project (and app) with a few small coding challenge style views that accept string or numeric information from the path. You will also be required to write test cases for these views.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors