Power of iPython
Currently, I started to use iPython command line, which is so convenient and much compatible with the commercial numerical simulation tool. Since the libraries can be tested and used in the command line, iPython can perform better results than any other methods including compiled language systems. Each function and each class can be tested online and instantly. We can feel the functions and the classes by the directly use in the command line. Our mind becomes to be emotionally familiar with generated codes. Our brains, also, will remembers each generated codes. Therefore, the probability to use the same codes later becomes much higher. Whenever command line interactive systems such as iPython are used, there are usually two problems. First, meaning function naming is not easy for each revised functions. Second, the number of the required input parameters for newly generated functions are too many, which results in not to be useful in command line keywords. Therefore, the i...
Comments
Post a Comment