Skip to content

BaseCampCoding/django-forms-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Forms-benchmark

In this exercise you will create a project that completes a task similar to the original "Codingbat over HTTP" exercise, but this time you will implement use a template and process the user input with a Django Form (no path parameters!).

For each of the paths bases below, implement the corresponding codingbat challenge as a view. 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/sum-double
  2. `warmup-2/string-times
  3. `string-2/double-char

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published