Tag Archives: validate
Validatish – a Python validation library
I was looking for a good validation library in Python and then I found validatish. As usual, it uses exceptions every time it encounters an error. I like its simplicity and ease of use. Below is how I used it … Continue reading
Regex Newbie – First Lesson
Just a quick post before I leave. During the holiday season, I managed to study some regular expression and come up with few lessons learned. A good start for a regex newbie like me. Creating code name from text I’m … Continue reading




