Help-fu

Author: Stephen J. Turnbull
Organization: Faculty of Engineering, Information, and Systems at the University of Tsukuba
Contact: Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
Date: December 15, 2020
Copyright: 2020, Stephen J. Turnbull
Topic:document

Help-fu

What is "-fu"? The etymology is quite complicated and NSFW, but the word "foo" is used by many in software development to mean "stuff", and in this case "the right stuff". That is, "help-fu" is how you get good help. If "one's help-fu is weak" that means the person isn't good at getting help from the system. Probably the most common usage is "Google-fu".

Most modern interactive software systems provide some sort of help function. It's very useful to be good at using them, because they are frequently far more accurate than Google at finding the information you need.

Some this page provides concrete suggestions for finding information via software help functions. But also be aware that there is a knack to getting the most from help, and that can be described in words to some extent. However, the knack is something that you need to experience to understand, and you need to practice to fully take advantage.

Today I want to introduce Python, and the general scheme of using help. In the future I will do Jupyter/iPython, R, and Excel.

Python help-fu

Knowing this kind of thing (where to look) is part of help-fu. Unfortunately, it's different for every project. I like the way Python organizes its documentation, but it's certainly not the only way.

A word about Google-fu

There's a knack to Google, too. First of all, the search terms matter in subtle ways. When I compared "R least-squares" and "R documentation least-squares", I found that the former gave a lot of tutorials and simple examples that happen to use R but could have used Python or a commercial statistics package. But the latter than produced documentation on features of R and the details of specific R packages and commands that you use for least-squares regression, and the options of those commands that are rarely discussed in detail in the tutorial or example kind of pages.

Try adding search terms that express the kind of result you want, as well new terms that are more precise than the original terms. Substitute synonyms. Google is pretty good at picking up synonyms. But it often will change the precedence of results, and one may give much better "top results" than another.

Second, the general Google search and the Google Scholar search are both very useful in academic research. But remember that they give different kinds of results. Not only are they formatted differently and contain different information, but they also search different databases. You're not going to find blogs and newspaper articles via Scholar, but they can be useful. Academic blogs and "journal of record" newspapers frequently contain useful citations, and the content is frequently useful to understand potential policy applications or to provide background and motivation for your research.