PythonでExcelにデータを書き出せるようになったけど、ただの数値や文字列だけでなく、「合計」を計算するSUM関数や、マスタからデータを参照するVLOOKUP関数といった、Excelの『数式』そのものを書き込みたい、と思ったことはありませんか? 手作業で数式を ...
This is a python code which implements a new algorithm to find the rectangular submatrix of maximum sum in a given M by N matrix, which is a common algorithm exercise. The solution presented here is ...
FPB is a simple tool to measure differentt ways to make computation in Python. The goal is to understand what are the best ways to apply or aggregate data accross many ways. usage: fpb [-h] [-i ...