Skip to content

Commit 254f67f

Browse files
committed
reorganized, added vowell counter
1 parent e0b5f73 commit 254f67f

File tree

16 files changed

+34
-8
lines changed

16 files changed

+34
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
1-
## Python Developer Test
1+
# Python Developer Test
22

33
A simple test to show that a web developer knows how to use basic tools and understands the basics of the Python language.
44

55
> Make sure your code is compatible with the [latest versions](https://www.python.org/downloads/) of Python 2 and 3. Thanks!
66
7-
### Tests
7+
## Tests
88

9-
Make sure to fork this repository and submit a pull request with the requested tasks completed.
9+
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.
1010

11-
#### Part 1: Python Basics
11+
Write unit tests to prove that the function works.
12+
13+
### Part 1: Python Basics
14+
15+
## String Reverse
1216

1317
1. Create a function called `reverse()` that reverses a string.
14-
1. Write unit tests to prove that the function works.
15-
1. Add your solution (both scripts) to the "part1" folder in a new folder called "reverse_yourlastname".
16-
1. Commit/push to Github and submit a pull request.
18+
1. Add your solution to the "part1/reverse-string" folder in a new folder called "reverse_yourlastname".
19+
20+
#### Count Vowels
21+
22+
1. Create a function called `vowel_counter()` that takes a string as an argument and returns the sum of each vowel found.
23+
1. Add your solution to the "part1/vowel-counter" folder in a new folder called "counter_yourlastname".
1724

1825
### Part 2: Web Development with Flask
1926

@@ -30,4 +37,4 @@ Make sure to fork this repository and submit a pull request with the requested t
3037
1. Add Django Test
3138
1. Add Pyramid Test
3239
1. Add web2py Test
33-
1. Create web app
40+
1. Create web app
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)