A simple test to show that a web developer knows how to use basic tools and understands the basics of the Python language.
Make sure your code is compatible with the latest versions of Python 2 and 3. Thanks!
Please fork this repository, clone it down, and then when you finish a test commit/push your code to Github and submit a pull request.
Write unit tests!
- Create a function called
reverse()
that reverses a string. - Add your solution to the "part1/reverse-string" folder in a new folder called "reverse_yourlastname".
- Create a function called
vowel_counter()
that takes a string as an argument and returns the sum of each vowel found. - Add your solution to the "part1/vowel-counter" folder in a new folder called "counter_yourlastname".
- Using Flask, create a simple website that has a single form entry field with a submit button.
- Submitting the form will result in the submitted text shown in reverse on the next page.
- Add your solution to the "part2" folder in a new folder called "reverse_flask_yourlastname".
- Commit/push your code up to Heroku
- Update the part2/README.md file in this repository with the publicly accessible URL
- Commit/push to Github and submit a pull request.
- Add additional tests to part 1
- Add Django Test
- Add Pyramid Test
- Add web2py Test
- Create web app