-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
34 lines (19 loc) · 780 Bytes
/
README.txt
File metadata and controls
34 lines (19 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#####################
# README.txt
# Python Regexp Koans
#####################
Python Regexp Koans is inspired by Greg Malcolm's "Python Koans" and Edgecase's "Ruby Koans".
Learn regular expressions by filling in missing parts of test cases to make them pass.
Downloading Python Regexp Koans
###############################
GitHub?
Installing Python Regexp Koans
##############################
No installation is needed, but there are dependencies to Python version 2.6 or newer.
Running the software
####################
The software is only tested on a Ubuntu workstation and should be considered alpha status. Run by typing:
python contemplate_koans.py
Acknowledgments
###############
Thanks go to Greg Malcolm and EdgeCase for their excellent Koans software