I have an idea of studying user behavior on the browser, for which I intend to make a Chrome/Firefox extension to study the behavior dynamically. I have some predefined libraries in Java and Python to
I\'m planning to create XULRunner based application that need to interface with Python. The plan is to use PyXPCOM. Currently I\'m teaching myself in using PyXPCOM and going through the example compon
I have a file that has a single column of numbers. I have to subtract value in row1 from value in row2, row3-row2; row4-row3 , row5-row4 and so on for all t开发者_开发问答he rows . Could anybody help