Added on 21st Jul, 2010, Comments: 0
Using Python documentation similar to unix man pages
#!sh_sh
pydoc sys
http://aravindavk.in/blog/Notes_for_Python_beginners
Added on 12th Jan, 2009, Comments: 0
In this article we will discuss the Unicode range validation using Python regular expressions and JavaScript regular expressions. For illustration i have used Kannada, same can be applied to other languages as well.
http://aravindavk.in/blog/how_to_validate_kannada_words
