After using so many different software and programming languages, I found it would be quite challenge to switch from one language mind to another. For example, these days, I may use Python the most, and after a while I may need to switch to Matlab for a specific programming homework, and after one week, I need to go back to Python for daily work ... The barrier of fast switching between languages are its syntax and common functions, it is better to record them down, in case need to do the switch again :)
For the language Python, I like it very much. It is very useful for data analysis and Machine Learning technology application. Better to make sure I can dive into Python programming anytime in the future ~
The high-level Python data analysis tools, such as Pandas, are always built based on some low-level packages, such as NumPy and SciPy; and those low-level packages are based on the Basic syntax of Python itself ... what a hierarchical structure. To use Pandas smoothly, it would be important to make sure I ink the low-level concepts in my mind.
No comments:
Post a Comment