xlrd module for python is an awesome module and I think it is a must for each and every pythonist to have a basic knowledge of this module . This module reads the data in the excel sheets or sometimes called as spreadsheets and thus the data can be used for computation(s) in our python scripts. But a serious problem I have faced is, when I wanted to use this module it had a documentation which was not in the style of readthedocs . There was one xlrd readthedocs but at the time of writing this post it was empty. Eventhough I searched the internet( google ) and have learnt on this module myself, I wanted to create and share my knowledge as a documentation for this module in the form of readthedocs not using the sphinx but manually writing each and everything. A harley davidson style. Encoding used This module(xlrd) uses unicode encoding . It is known that from Excel 97 onwards the data is stored in unicode format but the prior versions had some other encoding ....
With Radius of Circle, people can learn to program and have hands-on tutorials with python and Matlab. ProjectEuler problems solutions are also available to have a better solution and improve the knowledge of people. A lot of algorithms which form the basic programming are also available. I hope the internet community will make use of this blog.